Hotfix: remove / -> /getting-started redirect

Fixes (#771), but now we don't have a docs redirect.
This commit is contained in:
Caleb Jasik 2021-07-20 00:34:56 -05:00 committed by GitHub
parent 4e6d38aa76
commit 3d02159c3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" }
]
}