feishin/vercel.json
2023-07-01 19:24:06 -07:00

9 lines
110 B
JSON

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