Skip to content

fix(web): serve subpages at clean URLs - #9

Merged
chrisschouk merged 1 commit into
mainfrom
fix/vercel-cleanurls
Aug 20, 2026
Merged

fix(web): serve subpages at clean URLs#9
chrisschouk merged 1 commit into
mainfrom
fix/vercel-cleanurls

Conversation

@chrisschouk

Copy link
Copy Markdown
Owner

The header nav links to /best-tools, /how-it-works, /pricing-compare and /proof, but the multi-page Vite build only emits best-tools.html etc with no rewrite, so every header link 404s (the .html paths return 200). cleanUrls: true makes Vercel serve the built .html files at their extensionless paths.

@vercel

vercel Bot commented Aug 19, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
podflow Ready Ready Preview Aug 20, 2026 12:28am

The header nav links to /best-tools, /how-it-works, /pricing-compare and
/proof, but the multi-page Vite build only emits best-tools.html etc, so
every nav link 404ed. cleanUrls makes Vercel serve the .html files at
their extensionless paths.
@chrisschouk
chrisschouk force-pushed the fix/vercel-cleanurls branch from 6383ae7 to 0263b4a Compare August 20, 2026 00:28
@chrisschouk
chrisschouk merged commit 8ff1edf into main Aug 20, 2026
6 checks passed
@chrisschouk
chrisschouk deleted the fix/vercel-cleanurls branch August 20, 2026 00:29
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