Skip to content

Commit

Permalink
fix redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 committed Nov 29, 2023
1 parent ae1aa73 commit b16e2fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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', '/learn-accounts-index']
from: ['/docs/learn-account-generation']
}
],
createRedirects: function (existingPath) {
Expand Down
2 changes: 1 addition & 1 deletion polkadot-wiki/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ module.exports = {
},
{
to: '/docs/learn-accounts',
from: ['/docs/learn-account-generation', '/learn-accounts-index']
from: ['/docs/learn-account-generation']
},
],
createRedirects: function (existingPath) {
Expand Down

0 comments on commit b16e2fb

Please sign in to comment.