From 9a4a8f8d1733330d69c8f19d1e52d170868d6dc8 Mon Sep 17 00:00:00 2001 From: xiangshu233 Date: Sun, 10 Nov 2024 00:02:20 +0800 Subject: [PATCH] =?UTF-8?q?workflow:=20=E4=BD=BF=E7=94=A8=20vercel=20?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E7=AB=99=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/_redirects | 1 + vercel.json | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 public/_redirects create mode 100644 vercel.json diff --git a/public/_redirects b/public/_redirects new file mode 100644 index 0000000..7797f7c --- /dev/null +++ b/public/_redirects @@ -0,0 +1 @@ +/* /index.html 200 diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..b6f14ed --- /dev/null +++ b/vercel.json @@ -0,0 +1,8 @@ +{ + "rewrites": [ + { + "source": "/(.*)", + "destination": "/$1" + } + ] +}