Skip to content

Commit a5de5ce

Browse files
committed
move /deploy and /smart-contracts to framer
1 parent 70ed73e commit a5de5ce

File tree

4 files changed

+12
-393
lines changed

4 files changed

+12
-393
lines changed

apps/dashboard/redirects.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,18 @@ function redirects() {
284284
destination: "/explore",
285285
permanent: false,
286286
},
287+
288+
// framer redirects
289+
{
290+
source: "/deploy",
291+
destination: "/contracts/deployment-tool",
292+
permanent: false,
293+
},
294+
{
295+
source: "/smart-contracts",
296+
destination: "/contracts/explore",
297+
permanent: false,
298+
},
287299
];
288300
}
289301

apps/dashboard/src/page-id.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ export enum PageId {
3939
// thirdweb.com/build
4040
BuildLanding = "build-landing",
4141

42-
// thirdweb.com/explore
43-
ExploreLanding = "explore-landing",
44-
4542
// thirdweb.com/embedded-wallets
4643
EmbeddedWalletsLanding = "embedded-wallets-landing",
4744

@@ -60,9 +57,6 @@ export enum PageId {
6057
// thirdweb.com/publish
6158
PublishLanding = "publish-landing",
6259

63-
// thirdweb.com/deploy
64-
DeployLanding = "deploy-landing",
65-
6660
// thirdweb.com/rpc-edge
6761
RPCEdgeLanding = "rpc-edge-landing",
6862

apps/dashboard/src/pages/deploy.tsx

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

0 commit comments

Comments
 (0)