Skip to content

Commit dbb7ab4

Browse files
authored
Update Events luma links (#2776)
* Update Events link to luma.com/BaseMeetups * Update /luma redirect to luma.com/BaseMeetups
1 parent eedd359 commit dbb7ab4

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://lu.ma/base-virtualevents',
344+
destination: 'https://luma.com/BaseMeetups',
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://lu.ma/base-virtualevents?utm_source=dotorg&utm_medium=nav&period=past',
468+
href: 'https://luma.com/BaseMeetups',
469469
newTab: true,
470470
},
471471
],

0 commit comments

Comments
 (0)