pref: update vercel.json

This commit is contained in:
thehrz 2024-11-23 16:55:38 +08:00
parent b3110bde9d
commit de57b4effa
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

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