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 }, {