Skip to content

Commit 85b0279

Browse files
committed
remove /events page (#5603)
closes: DASH-518
1 parent 982bb95 commit 85b0279

File tree

4 files changed

+6
-266
lines changed

4 files changed

+6
-266
lines changed

apps/dashboard/redirects.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

apps/dashboard/src/components/devRelEvents/DevRelEvent.tsx

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

apps/dashboard/src/page-id.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

apps/dashboard/src/pages/events.tsx

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

0 commit comments

Comments
 (0)