diff --git a/next.config.mjs b/next.config.mjs index 67d3251e..7a85b161 100755 --- a/next.config.mjs +++ b/next.config.mjs @@ -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/'