diff --git a/.vscode/settings.json b/.vscode/settings.json index 4218b09..cc3b791 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,6 +11,7 @@ "ethnicities", "funder", "funders", + "futurestudents", "Gaxios", "leadgen", "noladevs", diff --git a/next.config.js b/next.config.js index 6b4f7b8..b7d83ee 100644 --- a/next.config.js +++ b/next.config.js @@ -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`