From d30fac3156225d4e167497f5df1be0b22e54b418 Mon Sep 17 00:00:00 2001 From: yodalightsabr Date: Thu, 15 Jan 2026 17:19:33 -0800 Subject: [PATCH] Add safeguarding policy rewrite (#1778) --- next.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/next.config.mjs b/next.config.mjs index 7a85b161..f88eeaa5 100755 --- a/next.config.mjs +++ b/next.config.mjs @@ -292,6 +292,10 @@ const nextConfig = { source: '/privacy-and-terms/', destination: 'https://workshops.hackclub.com/privacy-and-terms/' }, + { + source: '/safeguarding-policy/', + destination: 'https://workshops.hackclub.com/safeguarding-policy/' + }, { source: '/workshop-bounty/', destination: 'https://workshops.hackclub.com/workshop-bounty/'