Add rewrite for privacy policy

This commit is contained in:
Max Wofford 2025-12-05 13:48:57 -05:00
parent 1725e02f16
commit ea174cbfc9

View file

@ -46,6 +46,7 @@ const nextConfig = {
permanent: false
},
{ source: '/grant/', destination: '/hackathons/grant', permanent: false },
{ source: '/privacy/', destination: '/privacy-and-terms/', permanent: true },
{
source: '/sprig/',
destination: 'https://sprig.hackclub.com',
@ -287,6 +288,10 @@ const nextConfig = {
source: '/conduct/',
destination: 'https://workshops.hackclub.com/conduct/'
},
{
source: '/privacy-and-terms/',
destination: 'https://workshops.hackclub.com/privacy-and-terms/'
},
{
source: '/workshop-bounty/',
destination: 'https://workshops.hackclub.com/workshop-bounty/'