From 49c339f71e792f64a72562cdc6ca34105b306a75 Mon Sep 17 00:00:00 2001 From: yodalightsabr Date: Tue, 10 Feb 2026 07:57:27 -0800 Subject: [PATCH] [Do Not Merge] Add HCB applications redirect (#1849) --- next.config.mjs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/next.config.mjs b/next.config.mjs index f88eeaa5..c22e835d 100755 --- a/next.config.mjs +++ b/next.config.mjs @@ -45,6 +45,11 @@ const nextConfig = { destination: '/fiscal-sponsorship/:path*', permanent: false }, + { + source: '/fiscal-sponsorship/apply/', + destination: "https://hcb.hackclub.com/apply/", + permanent: false + }, { source: '/grant/', destination: '/hackathons/grant', permanent: false }, { source: '/privacy/', destination: '/privacy-and-terms/', permanent: true }, {