From 4d4b4d5cf712a3364f5a73e5ccf563fe4c610d74 Mon Sep 17 00:00:00 2001 From: Joshpinto6 <91392083+joshpinto6@users.noreply.github.com> Date: Sun, 3 Nov 2024 13:43:55 -0500 Subject: [PATCH] Make /github redirect to HackClub GitHub org (#1411) --- next.config.mjs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/next.config.mjs b/next.config.mjs index 6729ff84..89c2fae9 100755 --- a/next.config.mjs +++ b/next.config.mjs @@ -202,6 +202,11 @@ const nextConfig = { destination: '/philanthropy', permanent: false }, + { + source: '/github', + destination: 'https://github.com/hackclub', + permanent: true + }, ] }, async rewrites() {