19yuke2-frontend/vercel.json
2023-04-08 11:54:08 +08:00

3 lines
73 B
JSON

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