diff --git a/apps/landing/next.config.js b/apps/landing/next.config.js index 9fc72959f..aae8999d7 100644 --- a/apps/landing/next.config.js +++ b/apps/landing/next.config.js @@ -79,6 +79,11 @@ const nextConfig = { destination: createAppUrl("/register"), permanent: true, }, + { + source: "/S17JJrRWc", + destination: "/", + permanent: true, + }, ]; }, };