Skip to content

Commit

Permalink
add redirect for /high-school
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbarnum4 committed Aug 16, 2024
1 parent 57b5823 commit 262b359
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,18 @@ module.exports = (phase, { defaultConfig }) => {
permanent: false,
},

// High School Program
{
source: '/high-school',
destination: '/programs/highschool',
permanent: true,
},
{
source: '/highschool',
destination: '/programs/highschool',
permanent: true,
},

/**
* High School Application - `/programs/highschool/apply`
* - When high school form is available, set env variable 'HIGHSCHOOL_FORM_ACTIVE' to 'true' otherwise 'false'
Expand Down

0 comments on commit 262b359

Please sign in to comment.