19yuke2-frontend/vercel.json
2023-04-15 22:31:34 +08:00

9 lines
98 B
JSON

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