Hotfix: remove /
-> /getting-started
redirect
Fixes (#771), but now we don't have a docs redirect.
This commit is contained in:
parent
4e6d38aa76
commit
3d02159c3d
1 changed files with 1 additions and 2 deletions
|
@ -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" }
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue