Files
vue-ts-example/vercel.json
严浩 ee3d5186ff
All checks were successful
CI / cache-and-install (push) Successful in 2m0s
feat: Add vercel.json configuration for URL rewriting
2024-09-18 12:49:45 +08:00

4 lines
72 B
JSON

{
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}