[Do Not Merge] Add HCB applications redirect (#1849)

This commit is contained in:
yodalightsabr 2026-02-10 07:57:27 -08:00 committed by GitHub
parent e8474ee01f
commit 49c339f71e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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