clawhub/vercel.json
2026-03-21 19:08:17 -07:00

35 lines
676 B
JSON

{
"redirects": [
{
"source": "/",
"has": [
{
"type": "header",
"key": "host",
"value": "mirror-cn.clawhub.com"
}
],
"destination": "https://cn.clawhub-mirror.com/",
"statusCode": 302
},
{
"source": "/:path*",
"has": [
{
"type": "header",
"key": "host",
"value": "mirror-cn.clawhub.com"
}
],
"destination": "https://cn.clawhub-mirror.com/:path*",
"statusCode": 302
}
],
"rewrites": [
{
"source": "/api/:path*",
"destination": "https://wry-manatee-359.convex.site/api/:path*"
}
]
}