diff options
Diffstat (limited to '')
-rw-r--r-- | vercel.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vercel.json b/vercel.json index 8a50797c7..cdcb57320 100644 --- a/vercel.json +++ b/vercel.json @@ -2,7 +2,6 @@ "cleanUrls": true, "trailingSlash": false, "redirects": [ - { "source": "/chat", "destination": "https://discord.gg/grF4GTXXYm" }, - { "source": "/", "destination": "/getting-started" } + { "source": "/chat", "destination": "https://discord.gg/grF4GTXXYm" } ] } |