File tree Expand file tree Collapse file tree 4 files changed +6
-266
lines changed Expand file tree Collapse file tree 4 files changed +6
-266
lines changed Original file line number Diff line number Diff line change @@ -291,6 +291,12 @@ async function redirects() {
291291 destination : "https://portal.thirdweb.com/connect/blockchain-api" ,
292292 permanent : false ,
293293 } ,
294+ // redirect `/events` to homepage
295+ {
296+ source : "/events" ,
297+ destination : "/" ,
298+ permanent : false ,
299+ } ,
294300 ...legacyDashboardToTeamRedirects ,
295301 ] ;
296302}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -46,9 +46,6 @@ export enum PageId {
4646 // general product pages
4747 // ---------------------------------------------------------------------------
4848
49- // thirdweb.com/events
50- Events = "events" ,
51-
5249 // thirdweb..com/mission
5350 Mission = "mission" ,
5451
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments