1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-04-30 14:19:01 +08:00
vue-naive-admin/vercel.json
2023-04-23 14:38:50 +08:00

9 lines
96 B
JSON

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