Skip to content

Commit

Permalink
bug fix redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 committed Nov 29, 2023
1 parent f720d0c commit fb55fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kusama-guide/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module.exports = {
},
{
to: '/docs/learn-accounts',
from: ['/docs/learn-account-generation']
from: ['/docs/learn-account-generation', '/docs/learn-accounts-index']
}
],
createRedirects: function (existingPath) {
Expand Down
6 changes: 1 addition & 5 deletions polkadot-wiki/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ module.exports = {
to: '/docs/learn-staking-advanced',
from: ['/docs/learn-simple-payouts', '/docs/learn-staking-miner']
},
{
to: '/docs/learn-account-generation',
from: ['/docs/learn-account-restore']
},
{
to: '/docs/learn-polkadot-opengov',
from: ['/docs/learn-gov2', '/docs/learn-opengov']
Expand Down Expand Up @@ -179,7 +175,7 @@ module.exports = {
},
{
to: '/docs/learn-accounts',
from: ['/docs/learn-account-generation']
from: ['/docs/learn-account-generation', '/docs/learn-account-restore', '/docs/learn-accounts-index']
}
],
createRedirects: function (existingPath) {
Expand Down

0 comments on commit fb55fd2

Please sign in to comment.