Redirect /open-source to /opensource (#424)

This commit is contained in:
Ella 2022-04-15 16:57:28 -07:00 committed by GitHub
parent 55b522a339
commit d297c82285

View file

@ -49,6 +49,7 @@ const nextConfig = {
{ source: '/hack_camp/', destination: '/camp/', permanent: true },
{ source: '/branding/', destination: '/brand/', permanent: true },
{ source: '/ama/', destination: '/amas/', permanent: false },
{ source: '/open-source/', destination: '/opensource/', permanent: false },
{ source: '/coc/', destination: '/conduct/', permanent: true },
{
source: '/code_of_conduct/',