Skip to content

Commit

Permalink
docs(website): fix redirection to reduce 404
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Jun 29, 2024
1 parent 361ac85 commit 4a92d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ export default {
from: '/docs/administration'
},
{
to: '/docs',
from: '/docs/getting-started'
to: '/docs/getting-started',
from: '/docs',
},
{
to: '/docs/quick-start/installation/docker',
Expand Down

0 comments on commit 4a92d54

Please sign in to comment.