Skip to content

Commit

Permalink
redirect /donate to /getInvolved/donate
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbarnum4 committed Jul 3, 2024
1 parent 271b802 commit 6a18ca0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ module.exports = (phase, { defaultConfig }) => {
destination: '/getInvolved/noladevs',
permanent: false,
},
{
source: `/donate`,
destination: '/getInvolved/donate',
permanent: false,
},

/**
* 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 6a18ca0

Please sign in to comment.