Make /github redirect to HackClub GitHub org (#1411)

This commit is contained in:
Joshpinto6 2024-11-03 13:43:55 -05:00 committed by GitHub
parent e2726d5b9c
commit 4d4b4d5cf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -202,6 +202,11 @@ const nextConfig = {
destination: '/philanthropy',
permanent: false
},
{
source: '/github',
destination: 'https://github.com/hackclub',
permanent: true
},
]
},
async rewrites() {