We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb7ab4 commit 373df43Copy full SHA for 373df43
apps/web/next.config.js
@@ -341,7 +341,7 @@ module.exports = MillionLint.next({
341
},
342
{
343
source: '/luma',
344
- destination: 'https://luma.com/BaseMeetups',
+ destination: 'https://luma.com/BaseEvents',
345
permanent: true,
346
347
apps/web/src/components/Layout/Navigation/navigation.ts
@@ -465,7 +465,7 @@ export const DEFAULT_ROUTES: DefaultRoute[] = [
465
466
icon: 'briefcase',
467
label: 'Events',
468
- href: 'https://luma.com/BaseMeetups',
+ href: 'https://luma.com/BaseEvents',
469
newTab: true,
470
471
],
0 commit comments