feat: Add vercel.json configuration for URL rewriting
All checks were successful
CI / cache-and-install (push) Successful in 2m0s

This commit is contained in:
严浩
2024-09-18 12:49:45 +08:00
parent ab3ff81164
commit ee3d5186ff

3
vercel.json Normal file
View File

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