festa-magica-ia/vercel.json
2026-05-10 22:46:49 +00:00

8 lines
96 B
JSON

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