Skip to content

Commit

Permalink
add redirects from home page
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafademiray committed Jan 10, 2025
1 parent fce5005 commit 38e03cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ export default {
from: '/learn/introduction',
to: '/learn/overview',
},
{
from: '/learn/universal-profile/getting-started',
to: '/learn/getting-started',
},

// Learn/Smart Contract Developer
{
Expand Down Expand Up @@ -174,6 +178,10 @@ export default {
from: '/tools/partners',
to: '/tools/integrations',
},
{
from: '/tools/getting-started',
to: '/tools',
},
{
from: '/tools/eip191-signerjs/getting-started',
to: '/tools/dapps/eip191-signerjs/getting-started',
Expand Down

0 comments on commit 38e03cf

Please sign in to comment.