Update vercel.json

This commit is contained in:
thehrz 2023-04-15 22:31:34 +08:00
parent 132ac3de43
commit c64a75abf6

View File

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