Skip to content

Commit

Permalink
add redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon committed Dec 27, 2024
1 parent d88d479 commit da6e940
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ const nextConfig = {
},
redirects: async () => {
return [
{
source: '/how-to/networks-concept',
destination: '/how-to/networks',
permanent: true,
},
{
source: '/docs/getting-started/installation',
destination: '/how-to/getting-started#installation',
Expand Down

0 comments on commit da6e940

Please sign in to comment.