From 6c825ee3fa5030acea653643a399ebd8da51057c Mon Sep 17 00:00:00 2001 From: jaydensar Date: Mon, 14 Aug 2023 20:34:29 -0400 Subject: [PATCH] fix redirect --- static/_redirects | 1 - vercel.json | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) delete mode 100644 static/_redirects create mode 100644 vercel.json diff --git a/static/_redirects b/static/_redirects deleted file mode 100644 index e0a9c16..0000000 --- a/static/_redirects +++ /dev/null @@ -1 +0,0 @@ -/discord https://discord.gg/6hZcYrfnQ3 \ No newline at end of file diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..c4ad684 --- /dev/null +++ b/vercel.json @@ -0,0 +1,8 @@ +{ + "redirects": [ + { + "source": "/discord", + "destination": "https://discord.gg/6hZcYrfnQ3" + } + ] +} \ No newline at end of file