39420-vm/vercel.json
2026-03-31 11:40:56 -04:00

9 lines
96 B
JSON

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