Update next.config.js

This commit is contained in:
leomcelroy 2021-10-13 11:50:01 -04:00
parent f1100acdbe
commit 01eeeb92b0

View file

@ -158,8 +158,12 @@ const nextConfig = {
destination: 'https://workshops.hackclub.com/transparency-may/'
},
{
source: '/map/(.*)',
source: '/map/',
destination: 'https://map.hackclub.dev/'
},
{
source: '/map/(.*)',
destination: 'https://map.hackclub.dev/$1'
}
]
},