From 1451480eb0ecffd46e3140294b69bc00a23d0350 Mon Sep 17 00:00:00 2001 From: Adrian T <43932476+Ssmidge@users.noreply.github.com> Date: Tue, 17 Sep 2024 19:49:45 -0400 Subject: [PATCH] Added /nest as a redirection (#1370) --- next.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/next.config.mjs b/next.config.mjs index 9ce28e3f..34a6abbd 100755 --- a/next.config.mjs +++ b/next.config.mjs @@ -312,6 +312,10 @@ const nextConfig = { { source: '/arcade/power-hour', destination: '/arcade/power-hour/index.html' + }, + { + source: '/nest/', + destination: 'https://hackclub.app/' } ] },