festa-magica-ia/vercel.json

9 lines
96 B
JSON
Raw Permalink Normal View History

2026-05-16 23:23:10 +00:00
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}