1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-05-01 14:49:00 +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"
}
]
}