tiny-vue_version0/vercel.json

4 lines
74 B
JSON
Raw Normal View History

2024-09-10 16:44:27 +08:00
{
"rewrites": [{ "source": "/:path*", "destination": "/index.html" }]
}