Skip to content

Commit cbd08f0

Browse files
committed
refactor: simplify client redirects in Docusaurus configuration for improved navigation
1 parent f2b6748 commit cbd08f0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docusaurus.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ const config: Config = {
4545
"@docusaurus/plugin-client-redirects",
4646
{
4747
redirects: [
48-
{ to: "/documentation/intro", from: "/documentation/" },
49-
{ to: "/documentation/intro", from: "/documentation" }
48+
{ to: "/intro", from: "/" }
5049
]
5150
}
5251
]

0 commit comments

Comments
 (0)