From af95bdd72482266519c8c6ebe32ca76e6c286ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=A6=82=E6=91=B8=E9=B1=BC=E5=8E=BB?= <1780903673@qq.com> Date: Sat, 30 Aug 2025 12:25:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=9A=80=20=E6=B7=BB=E5=8A=A0=20ve?= =?UTF-8?q?rcel.json=20=E9=87=8D=E5=AE=9A=E5=90=91=E5=88=B0=20wot-ui.cn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vercel.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 00000000..92a6aa81 --- /dev/null +++ b/vercel.json @@ -0,0 +1,9 @@ +{ + "redirects": [ + { + "source": "/(.*)", + "destination": "https://wot-ui.cn/$1", + "permanent": true + } + ] +}