Skip to content

Commit 14a2cef

Browse files
authored
chore: add redirects from portal to new paths (#264)
1 parent 00b7bf5 commit 14a2cef

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/app-explorer/next.config.mjs

+10
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@ const config = {
4848
destination: '/ui/index.html',
4949
permanent: false,
5050
},
51+
{
52+
source: '/portal/bridge',
53+
destination: '/bridge',
54+
permanent: false,
55+
},
56+
{
57+
source: '/portal/ecosystem',
58+
destination: '/ecosystem',
59+
permanent: false,
60+
},
5161
...redirects,
5262
];
5363
},

0 commit comments

Comments
 (0)