From ea174cbfc91349d45f96b76cbbbd69edfa2d313f Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Fri, 5 Dec 2025 13:48:57 -0500 Subject: [PATCH] Add rewrite for privacy policy --- next.config.mjs | 5 +++++ 1 file changed, 5 insertions(+) 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/'