File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ module.exports = [
99 // -- build category
1010 "/wallets" ,
1111 "/account-abstraction" ,
12- "/universal-bridge" ,
1312 "/auth" ,
1413 "/in-app-wallets" ,
1514 "/transactions" ,
Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ async function redirects() {
416416 source : "/connect/account-abstraction" ,
417417 } ,
418418 {
419- destination : "/universal-bridge " ,
419+ destination : "/payments " ,
420420 permanent : false ,
421421 source : "/connect/universal-bridge" ,
422422 } ,
@@ -440,6 +440,11 @@ async function redirects() {
440440 permanent : false ,
441441 source : "/rpc-edge" ,
442442 } ,
443+ {
444+ destination : "/payments" ,
445+ permanent : false ,
446+ source : "/universal-bridge" ,
447+ } ,
443448 ...legacyDashboardToTeamRedirects ,
444449 ...projectPageRedirects ,
445450 ...teamPageRedirects ,
You can’t perform that action at this time.
0 commit comments