19yuke2-frontend/vercel.json

9 lines
98 B
JSON
Raw Permalink Normal View History

2023-04-08 11:54:08 +08:00
{
2023-04-15 22:31:34 +08:00
"rewrites": [
{
"source": "/:path*",
"destination": "/index.html"
}
]
}