Skip to content

Redirect homepage to platformatic.dev/docs/Overview#203

Merged
mcollina merged 1 commit into
mainfrom
redirect-homepage-to-overview
Jun 18, 2026
Merged

Redirect homepage to platformatic.dev/docs/Overview#203
mcollina merged 1 commit into
mainfrom
redirect-homepage-to-overview

Conversation

@mcollina

Copy link
Copy Markdown
Member

Summary

  • Remove the custom landing page (src/pages/index.js)
  • Add a server-side redirect from the root path / to https://platformatic.dev/docs/Overview in vercel.json

Details

The Vercel redirect is evaluated before any static file is served, so it takes effect even though the Docusaurus build no longer produces a page at /. Uses a 307 (permanent: false) so it isn't aggressively cached — flip to true if this is a permanent move.

The homepage-only components (Faq, Seamless, HighPerformingApps, etc.) are now unused but left in place; they won't be bundled. Can be removed in a follow-up if desired.

🤖 Generated with Claude Code

@vercel

vercel Bot commented Jun 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs.platformatic.dev Ready Ready Preview, Comment Jun 17, 2026 2:26pm

Request Review

Remove the custom landing page (src/pages/index.js) and add a server-side
redirect from the root path to https://platformatic.dev/docs/Overview.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Matteo Collina <hello@matteocollina.com>
@mcollina mcollina force-pushed the redirect-homepage-to-overview branch from f6f4dcb to 5055282 Compare June 17, 2026 14:25
@mcollina mcollina requested a review from leorossi June 17, 2026 14:25
@mcollina mcollina merged commit 7dd097a into main Jun 18, 2026
6 checks passed
@mcollina mcollina deleted the redirect-homepage-to-overview branch June 18, 2026 12:27
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