Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading