mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
Make /github redirect to HackClub GitHub org (#1411)
This commit is contained in:
parent
e2726d5b9c
commit
4d4b4d5cf7
1 changed files with 5 additions and 0 deletions
|
|
@ -202,6 +202,11 @@ const nextConfig = {
|
|||
destination: '/philanthropy',
|
||||
permanent: false
|
||||
},
|
||||
{
|
||||
source: '/github',
|
||||
destination: 'https://github.com/hackclub',
|
||||
permanent: true
|
||||
},
|
||||
]
|
||||
},
|
||||
async rewrites() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue