add rewrite

This commit is contained in:
lhx-666-cool
2025-04-25 21:19:42 +08:00
parent ef7107bc8f
commit c8ced21ae7

6
web/vercel.json Normal file
View File

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