Update vercel.json

This commit is contained in:
thehrz 2023-04-08 11:54:08 +08:00
parent 5d4d1a17c6
commit b564d43cf4
2 changed files with 1674 additions and 1682 deletions

File diff suppressed because it is too large Load Diff

3
vercel.json Normal file
View File

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