From 3d02159c3deb340c3a2f03243c085b4325a937e1 Mon Sep 17 00:00:00 2001 From: Caleb Jasik Date: Tue, 20 Jul 2021 00:34:56 -0500 Subject: [PATCH] Hotfix: remove `/` -> `/getting-started` redirect Fixes (#771), but now we don't have a docs redirect. --- vercel.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index 8a50797c74..cdcb573204 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" } ] }