Set up /blot -> blot.hackclub.com redirect

This commit is contained in:
zach latta 2024-04-10 14:40:42 -04:00 committed by GitHub
parent 451d3d6a35
commit d292d9e407
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -185,6 +185,11 @@ const nextConfig = {
source: '/daysofservice/',
destination: 'https://daysofservice.hackclub.com',
permanent: true
},
{
source: '/blot/',
destination: 'https://blot.hackclub.com',
permanent: false
}
]
},