Skip to content

Commit 6bdb718

Browse files
authored
Update Events link to BaseEvents and redirect /luma to BaseEvents (#2778)
1 parent dbb7ab4 commit 6bdb718

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/web/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ module.exports = MillionLint.next({
341341
},
342342
{
343343
source: '/luma',
344-
destination: 'https://luma.com/BaseMeetups',
344+
destination: 'https://luma.com/BaseEvents',
345345
permanent: true,
346346
},
347347
{

apps/web/src/components/Layout/Navigation/navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ export const DEFAULT_ROUTES: DefaultRoute[] = [
465465
{
466466
icon: 'briefcase',
467467
label: 'Events',
468-
href: 'https://luma.com/BaseMeetups',
468+
href: 'https://luma.com/BaseEvents',
469469
newTab: true,
470470
},
471471
],

0 commit comments

Comments
 (0)