File tree Expand file tree Collapse file tree 5 files changed +7
-454
lines changed Expand file tree Collapse file tree 5 files changed +7
-454
lines changed Original file line number Diff line number Diff 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] ;
Original file line number Diff line number Diff 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}
Load Diff This file was deleted.
Original file line number Diff line number Diff 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 // ---------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments