This commit is contained in:
ZhuJW
2026-07-10 18:55:55 +08:00
commit fce40c7d6c
317 changed files with 170079 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"rewrites": [
{
"source": "/api",
"destination": "https://api.antdv-pro.com"
},
{
"source": "/api/",
"destination": "https://api.antdv-pro.com/"
},
{
"source": "/api/:match*",
"destination": "https://api.antdv-pro.com/:match*"
},
{
"source": "/:path*",
"destination": "/index.html"
}
]
}