diff options
author | 2021-07-20 00:34:56 -0500 | |
---|---|---|
committer | 2021-07-20 00:34:56 -0500 | |
commit | 3d02159c3deb340c3a2f03243c085b4325a937e1 (patch) | |
tree | 68e5e53591a6e4ea73136c124f9b4ce30b3d9a1e | |
parent | 4e6d38aa76682229cf43d696a190de8f2b6c4249 (diff) | |
download | astro-3d02159c3deb340c3a2f03243c085b4325a937e1.tar.gz astro-3d02159c3deb340c3a2f03243c085b4325a937e1.tar.zst astro-3d02159c3deb340c3a2f03243c085b4325a937e1.zip |
Hotfix: remove `/` -> `/getting-started` redirect
Fixes (#771), but now we don't have a docs redirect.
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" } ] } |