chore: add vercel.json

This commit is contained in:
Steven
2024-02-05 00:01:31 +08:00
parent 15c90871d9
commit b056c59dea

8
web/vercel.json Normal file
View File

@@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}