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