naive-ui/vercel.json

4 lines
72 B
JSON
Raw Normal View History

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