Skip to content

Commit d98c133

Browse files
committed
[Dashboard] Redirect /solutions/chains to /solutions/ecosystem (#5486)
1 parent 63c5277 commit d98c133

File tree

5 files changed

+7
-454
lines changed

5 files changed

+7
-454
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = [
1717
"/solutions/gaming",
1818
"/solutions/consumer-apps",
1919
"/solutions/defi",
20+
"/solutions/ecosystem",
2021
// -- campaigns --
2122
"/unlimited-wallets",
2223
];

apps/dashboard/redirects.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,12 @@ async function redirects() {
265265
destination: "/account-abstraction",
266266
permanent: false,
267267
},
268+
// redirect /solutions/chains to /solutions/ecosystem
269+
{
270+
source: "/solutions/chains",
271+
destination: "/solutions/ecosystem",
272+
permanent: false,
273+
},
268274
...legacyDashboardToTeamRedirects,
269275
];
270276
}

apps/dashboard/src/components/landing-pages/plan.tsx

Lines changed: 0 additions & 108 deletions
This file was deleted.

apps/dashboard/src/page-id.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ export enum PageId {
6767
// thirdweb.com/404
6868
PageNotFound = "page-not-found",
6969

70-
// ---------------------------------------------------------------------------
71-
// solutions pages
72-
// ---------------------------------------------------------------------------
73-
SolutionsChains = "solutions-chains",
74-
7570
// ---------------------------------------------------------------------------
7671
// "publish" product pages
7772
// ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)