Skip to content

Commit

Permalink
added redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahMaizels committed Oct 17, 2023
1 parent d3445b0 commit ae44809
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ module.exports = {
from: '/docs',
},
{
to: '/docs/bee/working-with-bee/configuration/',
from: '/docs/working-with-bee/configuration/',
to: '/docs/bee/working-with-bee/configuration',
from: '/docs/working-with-bee/configuration',
},
{
to: '/docs/bee/installation/quick-start',
Expand All @@ -45,6 +45,10 @@ module.exports = {
to: '/docs/develop/access-the-swarm/buy-a-stamp-batch',
from: '/docs/develop/access-the-swarm/keep-your-data-alive',
},
{
to: '/docs/bee/installation/fund-your-node',
from: '/docs/installation/fund-your-node',
}
],
},
],
Expand Down

0 comments on commit ae44809

Please sign in to comment.