2024-10-17 16:43:44 +08:00
|
|
|
{
|
2024-10-28 14:16:36 +08:00
|
|
|
"rewrites": [
|
|
|
|
|
{
|
|
|
|
|
"source": "/api/:path*",
|
|
|
|
|
"destination": "https://openapi.baidu.com/:path*"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/qiniu/:path*",
|
|
|
|
|
"destination": "https://rsf.qiniuapi.com/:path*"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/ai/:path*",
|
|
|
|
|
"destination": "https://spark-api-open.xf-yun.com/:path*"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"source": "/:path*",
|
|
|
|
|
"destination": "/index.html"
|
|
|
|
|
}
|
2024-10-17 16:43:44 +08:00
|
|
|
]
|
2024-10-28 14:16:36 +08:00
|
|
|
}
|