Skip to content

Promote dev → main - #21

Merged
AdrianLlopart merged 1 commit into
mainfrom
dev
Jun 21, 2026
Merged

Promote dev → main#21
AdrianLlopart merged 1 commit into
mainfrom
dev

Conversation

@AdrianLlopart

Copy link
Copy Markdown
Contributor

Automated promotion of devmain, dispatched by @AdrianLlopart.

The previous catch-all rewrite pointed at /index.html, but with cleanUrls:true
Vercel generates a 308 redirect rule for /index.html (it's not a servable
path — only / is), so the rewrite never resolved and /privacy still 404'd in
production.

Verified with Vercel's own @vercel/routing-utils: destination "/" routes
/privacy through the filesystem handler to index.html (200) while keeping the
URL as /privacy, with /api/* excluded and static assets unaffected.

  /             -> 200 (index.html)
  /privacy      -> 200 (index.html, pathname preserved -> App renders Privacy)
  /assets/*.js  -> 200 (real file)
  /api/contact  -> function (untouched)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0138qS6baPZutQ7s2fMbfNv3
@AdrianLlopart
AdrianLlopart merged commit 8a69504 into main Jun 21, 2026
3 checks passed
@vercel

vercel Bot commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
website Ready Ready Preview, Comment Jun 21, 2026 11:39am

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