We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b6748 commit cbd08f0Copy full SHA for cbd08f0
1 file changed
docusaurus.config.ts
@@ -45,8 +45,7 @@ const config: Config = {
45
"@docusaurus/plugin-client-redirects",
46
{
47
redirects: [
48
- { to: "/documentation/intro", from: "/documentation/" },
49
- { to: "/documentation/intro", from: "/documentation" }
+ { to: "/intro", from: "/" }
50
]
51
}
52
0 commit comments