Skip to content

Commit

Permalink
add redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbarnum4 committed Nov 19, 2024
1 parent 725e6af commit a58d283
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"ethnicities",
"funder",
"funders",
"futurestudents",
"Gaxios",
"leadgen",
"noladevs",
Expand Down
15 changes: 15 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,21 @@ module.exports = (phase, { defaultConfig }) => {
destination: '/programs/highschool',
permanent: true,
},
{
source: '/futurestudents',
destination: '/programs/workforce/futureStudents',
permanent: true,
},
{
source: '/future-students',
destination: '/programs/workforce/futureStudents',
permanent: true,
},
{
source: '/futureStudents',
destination: '/programs/workforce/futureStudents',
permanent: true,
},

/**
* High School Application - `/programs/highschool/apply`
Expand Down

0 comments on commit a58d283

Please sign in to comment.