chore: vercel SPA rewrites pra rotas client-side (/roleta, /admin)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Rodribm10 2026-04-21 16:59:12 -03:00
parent f13ba7e0bd
commit 396638323b

5
vercel.json Normal file
View File

@ -0,0 +1,5 @@
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}