add Vercel rewrites for SPA client-side routing
All paths serve index.html so React Router handles routing. Fixes 404 on page refresh for routes like /home, /game, etc. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>main
parent
c249973cef
commit
4a2ae5ec6c
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"rewrites": [
|
||||
{ "source": "/(.*)", "destination": "/index.html" }
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue