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