From 736b4fed58eef519fc1f74624294906c30218180 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:41:33 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=9A=80=20=E6=B7=BB=E5=8A=A0=20ne?= =?UTF-8?q?tlify.toml=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 --- netlify.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..785afd87 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,5 @@ +[[redirects]] + from = "/*" + to = "https://wot-ui.cn/:splat" + status = 301 + force = true