From ddc294b842fad398e02e65232e7d1a09a10a49e2 Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Wed, 30 Oct 2024 12:05:12 -0400 Subject: [PATCH] Update next.config.mjs --- next.config.mjs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/next.config.mjs b/next.config.mjs index 34a6abbd..2039560f 100755 --- a/next.config.mjs +++ b/next.config.mjs @@ -51,6 +51,11 @@ const nextConfig = { destination: 'https://sprig.hackclub.com', permanent: true }, + { + source: '/slack/', + destination: 'https://highseas.hackclub.com', + permanent: false + }, { source: '/start/', destination: '/', permanent: false }, { source: '/repl/', destination: '/', permanent: true }, { source: '/c9/', destination: '/deprecated/cloud9/', permanent: true },