Skip to content

Commit

Permalink
[Dashboard] Redirect /solutions/chains to /solutions/ecosystem (#5486)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls committed Nov 22, 2024
1 parent 63c5277 commit d98c133
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 454 deletions.
1 change: 1 addition & 0 deletions apps/dashboard/framer-rewrites.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = [
"/solutions/gaming",
"/solutions/consumer-apps",
"/solutions/defi",
"/solutions/ecosystem",
// -- campaigns --
"/unlimited-wallets",
];
6 changes: 6 additions & 0 deletions apps/dashboard/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,12 @@ async function redirects() {
destination: "/account-abstraction",
permanent: false,
},
// redirect /solutions/chains to /solutions/ecosystem
{
source: "/solutions/chains",
destination: "/solutions/ecosystem",
permanent: false,
},
...legacyDashboardToTeamRedirects,
];
}
Expand Down
108 changes: 0 additions & 108 deletions apps/dashboard/src/components/landing-pages/plan.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions apps/dashboard/src/page-id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ export enum PageId {
// thirdweb.com/404
PageNotFound = "page-not-found",

// ---------------------------------------------------------------------------
// solutions pages
// ---------------------------------------------------------------------------
SolutionsChains = "solutions-chains",

// ---------------------------------------------------------------------------
// "publish" product pages
// ---------------------------------------------------------------------------
Expand Down
Loading

0 comments on commit d98c133

Please sign in to comment.