From bcc905d1839560213bceae2601b56d2933467dd5 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Wed, 30 Aug 2023 20:53:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20Add=20redirect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/landing/next.config.js | 5 +++++ 1 file changed, 5 insertions(+) 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, + }, ]; }, };