Add rewrite to An Expandable Explanation into Hackathon Organizing

This commit is contained in:
Sam Poder 2022-11-02 13:04:24 +08:00 committed by GitHub
parent f7b4fea940
commit d62a904ae1

View file

@ -207,6 +207,10 @@ const nextConfig = {
{
source: '/map/(.*)',
destination: 'https://map.hackclub.dev/$1'
},
{
source: '/how-to-organize-a-hackathon',
destination: 'https://expandables.hackclub.dev/organizing.html'
}
]
},