tiny-vue/vercel.json

4 lines
74 B
JSON
Raw Normal View History

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