mirror of
https://github.com/System-End/site.git
synced 2026-04-19 15:18:18 +00:00
[Do Not Merge] Add HCB applications redirect (#1849)
This commit is contained in:
parent
e8474ee01f
commit
49c339f71e
1 changed files with 5 additions and 0 deletions
|
|
@ -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 },
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue