测试vercel反向代理

This commit is contained in:
Liu 宇阳
2024-10-28 14:06:01 +08:00
parent e161ba41b5
commit 83db789f61

View File

@@ -12,11 +12,5 @@
"src": "/ai/(.*)",
"dest": "https://spark-api-open.xf-yun.com/$1"
}
],
"rewrites": [
{
"source": "/:path*",
"destination": "/index.html"
}
]
}