17 lines
279 B
JSON
17 lines
279 B
JSON
|
|
{
|
||
|
|
"redirects": [
|
||
|
|
{
|
||
|
|
"source": "/:path(.*)",
|
||
|
|
"has": [
|
||
|
|
{
|
||
|
|
"type": "header",
|
||
|
|
"key": "x-vercel-ip-country",
|
||
|
|
"value": "CN"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"destination": "https://onixbyte.cn/:path*",
|
||
|
|
"permanent": false
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|