reserva_chatmotel/vercel.json
Rodribm10 396638323b chore: vercel SPA rewrites pra rotas client-side (/roleta, /admin)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-21 16:59:12 -03:00

6 lines
80 B
JSON

{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}