festa-magica-ia/vercel.json

9 lines
96 B
JSON
Raw Normal View History

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