feishin/vercel.json
2023-08-08 00:23:38 -07:00

9 lines
120 B
JSON

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