Added /nest as a redirection (#1370)

This commit is contained in:
Adrian T 2024-09-17 19:49:45 -04:00 committed by GitHub
parent 5080b78ad5
commit 1451480eb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -312,6 +312,10 @@ const nextConfig = {
{ {
source: '/arcade/power-hour', source: '/arcade/power-hour',
destination: '/arcade/power-hour/index.html' destination: '/arcade/power-hour/index.html'
},
{
source: '/nest/',
destination: 'https://hackclub.app/'
} }
] ]
}, },