diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 0ff7c4e9bd3..469093c01b5 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -295,6 +295,11 @@ module.exports = extendBaseConfig( destination: process.env.NEXT_PUBLIC_OCS_CREATIVE_DOWNLOAD_URL ?? '/', permanent: false, }, + { + source: '/luma', + destination: 'https://lu.ma/base-virtualevents', + permanent: true, + }, { source: '/registry', destination: 'https://buildonbase.deform.cc/getstarted/',