Update vercel.json

This commit is contained in:
plebeius
2026-03-08 12:02:53 +08:00
parent 337603af39
commit 4e3cc06a81
+1 -1
View File
@@ -1,6 +1,6 @@
{
"rewrites": [
{ "source": "^/(?!.*\\.).*$", "destination": "/index.html" }
{ "source": "/(.*)", "destination": "/index.html" }
],
"headers": [
{