Skip to content

Commit 009d31b

Browse files
authored
remove and redirect old landing pages (#5553)
1 parent 149ee05 commit 009d31b

File tree

13 files changed

+20
-1360
lines changed

13 files changed

+20
-1360
lines changed

apps/dashboard/redirects.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,26 @@ async function redirects() {
271271
destination: "/solutions/ecosystem",
272272
permanent: false,
273273
},
274+
// redirect /storage to portal
275+
{
276+
source: "/storage",
277+
destination:
278+
"https://portal.thirdweb.com/infrastructure/storage/overview",
279+
permanent: false,
280+
},
281+
// redirect /rpc to portal
282+
{
283+
source: "/rpc-edge",
284+
destination:
285+
"https://portal.thirdweb.com/infrastructure/rpc-edge/overview",
286+
permanent: false,
287+
},
288+
// redirect /sdk to portal
289+
{
290+
source: "/sdk",
291+
destination: "https://portal.thirdweb.com/connect/blockchain-api",
292+
permanent: false,
293+
},
274294
...legacyDashboardToTeamRedirects,
275295
];
276296
}

apps/dashboard/src/components/homepage/sections/SDKSection.tsx

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

apps/dashboard/src/components/product-pages/common/CodeOptionButton.tsx

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

apps/dashboard/src/components/product-pages/common/GuideShowcase.tsx

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

0 commit comments

Comments
 (0)