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() {