From 1d3be9b5a30188bfd2ea8864a56eb4bd3d725322 Mon Sep 17 00:00:00 2001 From: citrus-melon <58640629+citrus-melon@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:05:32 -0400 Subject: [PATCH] Add "join-2024" redirect --- next.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/next.config.js b/next.config.js index f50a350..c599404 100644 --- a/next.config.js +++ b/next.config.js @@ -36,6 +36,10 @@ const nextConfig = { "https://docs.google.com/forms/d/e/1FAIpQLSfeiw1gEi50dhyFuxfNosJI_SDrOAF-ez6BP9hnxDnIEyg7ig/viewform?usp=sf_link", permanent: false, }, + { + source: "/join-2024", + + } ]; }, };