Skip to content

fix: Fix blog redirect, and redirect outdated pg_analytics and pg_lakehouse posts over to pg_search #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 8, 2025

Conversation

philippemnoel
Copy link
Member

@philippemnoel philippemnoel commented Aug 2, 2025

Ticket(s) Closed

  • Closes #N/A

What

Going to blog.paradedb.com didn't redirect to paradedb.com/blog like it should. I also redirected the pg_analytics and pg_lakehouse blog posts to pg_search, since they're removed in #58.

Why

Working blog.

How

Some vibecoding redirection.

Tests

Tested manually via curl:

philippemnoel /Users/philippemnoel/Downloads/paradedb/terraform-paradedb-byoc (dev) $ curl -I -H "Host: blog.paradedb.com" http://localhost:3000/foo

HTTP/1.1 308 Permanent Redirect
location: https://paradedb.com/blog/foo
Refresh: 0;url=https://paradedb.com/blog/foo
Date: Fri, 08 Aug 2025 19:05:40 GMT
Connection: keep-alive
Keep-Alive: timeout=5

philippemnoel /Users/philippemnoel/Downloads/paradedb/terraform-paradedb-byoc (dev) $ curl -I http://localhost:3000/blog/introducing_lakehouse

HTTP/1.1 308 Permanent Redirect
location: https://www.paradedb.com/blog/introducing_search
Refresh: 0;url=https://www.paradedb.com/blog/introducing_search
Date: Fri, 08 Aug 2025 19:05:51 GMT
Connection: keep-alive
Keep-Alive: timeout=5


philippemnoel /Users/philippemnoel/Downloads/paradedb/terraform-paradedb-byoc (dev) $ curl -I http://localhost:3000/blog/introducing_analytics

HTTP/1.1 308 Permanent Redirect
location: https://www.paradedb.com/blog/introducing_search
Refresh: 0;url=https://www.paradedb.com/blog/introducing_search
Date: Fri, 08 Aug 2025 19:05:59 GMT
Connection: keep-alive

Copy link

vercel bot commented Aug 2, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2025 6:49pm

@philippemnoel philippemnoel merged commit 3d14692 into main Aug 8, 2025
8 checks passed
@philippemnoel philippemnoel deleted the phil/fix-redirect branch August 8, 2025 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant