Skip to content

Commit 8ac8e9a

Browse files
committed
chore: redirect /universal-bridge -> /payments
1 parent 4111d0e commit 8ac8e9a

File tree

2 files changed

+65
-60
lines changed

2 files changed

+65
-60
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
// add framer paths here
22
module.exports = [
3-
// -- home
4-
"/",
5-
"/pricing",
6-
"/bounties",
7-
"/contact-us",
8-
// -- product landing pages --
9-
// -- build category
10-
"/wallets",
11-
"/account-abstraction",
12-
"/universal-bridge",
13-
"/auth",
14-
"/in-app-wallets",
15-
"/transactions",
16-
// -- end build category
3+
// -- home
4+
"/",
5+
"/pricing",
6+
"/bounties",
7+
"/contact-us",
8+
// -- product landing pages --
9+
// -- build category
10+
"/wallets",
11+
"/account-abstraction",
12+
"/payments",
13+
"/auth",
14+
"/in-app-wallets",
15+
"/transactions",
16+
// -- end build category
1717

18-
// -- scale category
19-
"/rpc",
20-
"/insight",
21-
"/storage",
22-
// -- end scale category
18+
// -- scale category
19+
"/rpc",
20+
"/insight",
21+
"/storage",
22+
// -- end scale category
2323

24-
// -- nebula
25-
"/nebula",
26-
// -- contracts
27-
"/contracts",
28-
"/contracts/modular-contracts",
29-
"/contracts/explore",
30-
"/contracts/deployment-tool",
24+
// -- nebula
25+
"/nebula",
26+
// -- contracts
27+
"/contracts",
28+
"/contracts/modular-contracts",
29+
"/contracts/explore",
30+
"/contracts/deployment-tool",
3131

32-
// -- solutions pages --
33-
"/solutions/:solution_slug",
34-
// -- campaigns --
35-
// "/unlimited-wallets", -- OFF for now
36-
// -- TPP --
37-
"/trusted-partner-program",
38-
"/trusted-partner-program/:partner_slug",
39-
// -- legal --
40-
"/terms",
41-
"/privacy-policy",
42-
// -- community pages --
43-
"/community/ambassadors",
44-
"/community/startup-program",
45-
// -- grants --
46-
"/grants",
47-
"/superchain",
48-
// -- templates --
49-
"/templates",
50-
"/templates/:template_slug",
51-
// -- learn --
52-
"/learn",
53-
"/learn/guides",
54-
"/learn/guides/:guide_slug",
55-
"/learn/courses",
56-
"/learn/glossary",
57-
"/learn/glossary/:glossary_slug",
58-
// -- faucets --
59-
"/faucets",
60-
// -- brand kit --
61-
"/brand-kit",
62-
// -- universal bridge landing pages --
63-
"/universal-bridge-regions/:region_slug",
64-
"/enterprise",
32+
// -- solutions pages --
33+
"/solutions/:solution_slug",
34+
// -- campaigns --
35+
// "/unlimited-wallets", -- OFF for now
36+
// -- TPP --
37+
"/trusted-partner-program",
38+
"/trusted-partner-program/:partner_slug",
39+
// -- legal --
40+
"/terms",
41+
"/privacy-policy",
42+
// -- community pages --
43+
"/community/ambassadors",
44+
"/community/startup-program",
45+
// -- grants --
46+
"/grants",
47+
"/superchain",
48+
// -- templates --
49+
"/templates",
50+
"/templates/:template_slug",
51+
// -- learn --
52+
"/learn",
53+
"/learn/guides",
54+
"/learn/guides/:guide_slug",
55+
"/learn/courses",
56+
"/learn/glossary",
57+
"/learn/glossary/:glossary_slug",
58+
// -- faucets --
59+
"/faucets",
60+
// -- brand kit --
61+
"/brand-kit",
62+
// -- universal bridge landing pages --
63+
"/universal-bridge-regions/:region_slug",
64+
"/enterprise",
6565
];

apps/dashboard/redirects.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)