Update next.config.js

added map path redirects
This commit is contained in:
leomcelroy 2021-10-13 11:46:10 -04:00
parent ab73406264
commit f1100acdbe

View file

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