Skip to content

Commit

Permalink
feat: redirect about our courses to courses page
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorreem committed May 8, 2024
1 parent 99f0677 commit 4d7ff0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ module.exports = withBundleAnalyzer(
destination: '/courses',
permanent: false,
},
{
source: '/about-our-courses',
destination: '/courses',
permanent: false,
},
];
},
async rewrites() {
Expand Down

0 comments on commit 4d7ff0c

Please sign in to comment.