19yuke2-frontend/vercel.json

3 lines
73 B
JSON
Raw Normal View History

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