Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa committed Dec 5, 2024
1 parent e435050 commit d6bc042
Showing 1 changed file with 98 additions and 0 deletions.
98 changes: 98 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,104 @@ module.exports = withNextra({
"/guides/fetch-network/asi-wallet/asi-wallet-hardware-connection-guide",
permanent: true,
},
{
source:
"/guides/fetch-network/fetch-wallet/web-wallet/get-started",
destination:
"/guides/fetch-network/asi-wallet/web-wallet/get-started",
permanent: true,
},
{
source:
"/guides/fetch-network/fetch-wallet/web-wallet/home-screen",
destination:
"/guides/fetch-network/asi-wallet/web-wallet/home-screen",
permanent: true,
},
{
source:
"/guides/fetch-network/fetch-wallet/web-wallet/stake",
destination:
"/guides/fetch-network/asi-wallet/web-wallet/stake",
permanent: true,
},
{
source:
"/guides/fetch-network/fetch-wallet/web-wallet/send-receive",
destination:
"/guides/fetch-network/asi-wallet/web-wallet/send-receive",
permanent: true,
},
{
source:
"/guides/fetch-network/fetch-wallet/web-wallet/activity",
destination:
"/guides/fetch-network/asi-wallet/web-wallet/activity",
permanent: true,
},
{
source:
"/guides/fetch-network/fetch-wallet/web-wallet/more",
destination:
"/guides/fetch-network/asi-wallet/web-wallet/more",
permanent: true,
},
{
source:
"/guides/fetch-network/fetch-wallet/web-wallet/gov-proposal",
destination:
"/guides/fetch-network/asi-wallet/web-wallet/gov-proposal",
permanent: true,
},
{
source:
"/guides/fetch-network/fetch-wallet/mobile-wallet/get-started",
destination:
"/guides/fetch-network/asi-wallet/mobile-wallet/get-started",
permanent: true,
},
{
source:
"/guides/fetch-network/fetch-wallet/mobile-wallet/home-screen",
destination:
"/guides/fetch-network/asi-wallet/mobile-wallet/home-screen",
permanent: true,
},
{
source:
"/guides/fetch-network/fetch-wallet/mobile-wallet/stake",
destination:
"/guides/fetch-network/asi-wallet/mobile-wallet/stake",
permanent: true,
},
{
source:
"/guides/fetch-network/fetch-wallet/mobile-wallet/send-receive",
destination:
"/guides/fetch-network/asi-wallet/mobile-wallet/send-receive",
permanent: true,
},
{
source:
"/guides/fetch-network/fetch-wallet/mobile-wallet/activity",
destination:
"/guides/fetch-network/asi-wallet/mobile-wallet/activity",
permanent: true,
},
{
source:
"/guides/fetch-network/fetch-wallet/mobile-wallet/more",
destination:
"/guides/fetch-network/asi-wallet/mobile-wallet/more",
permanent: true,
},
{
source:
"/guides/fetch-network/fetch-wallet/mobile-wallet/gov-proposal",
destination:
"/guides/fetch-network/asi-wallet/mobile-wallet/gov-proposal",
permanent: true,
},
];
},
});

0 comments on commit d6bc042

Please sign in to comment.