diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..d2b4482 --- /dev/null +++ b/vercel.json @@ -0,0 +1,16 @@ +{ + "redirects": [ + { + "source": "/:path(.*)", + "has": [ + { + "type": "header", + "key": "x-vercel-ip-country", + "value": "CN" + } + ], + "destination": "https://onixbyte.cn/:path*", + "permanent": false + } + ] +}