Skip to content

Commit a6e9c97

Browse files
committed
add redirect from /connect/pay to /connect/universal-bridge (#6189)
fixes: TOOL-0000
1 parent ee57ded commit a6e9c97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/dashboard/redirects.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,12 @@ async function redirects() {
337337
destination: "/connect/account-abstraction",
338338
permanent: false,
339339
},
340+
// redirect /connect/pay to /connect/universal-bridge
341+
{
342+
source: "/connect/pay",
343+
destination: "/connect/universal-bridge",
344+
permanent: false,
345+
},
340346
// PREVIOUS CAMPAIGNS
341347
{
342348
source: "/unlimited-wallets",

0 commit comments

Comments
 (0)