Skip to content

Commit

Permalink
chore: add redirects from portal to new paths (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio authored Mar 29, 2024
1 parent 00b7bf5 commit 14a2cef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/app-explorer/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ const config = {
destination: '/ui/index.html',
permanent: false,
},
{
source: '/portal/bridge',
destination: '/bridge',
permanent: false,
},
{
source: '/portal/ecosystem',
destination: '/ecosystem',
permanent: false,
},
...redirects,
];
},
Expand Down

0 comments on commit 14a2cef

Please sign in to comment.