Skip to content

Commit

Permalink
added appropriate rerouting
Browse files Browse the repository at this point in the history
  • Loading branch information
mfsilva22 committed Mar 15, 2024
1 parent 36b137e commit abdb21c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,26 @@ const nextConfig = {
"https://join.slack.com/t/prairielearn/shared_invite/zt-13kx0hg6v-uuC3kyt_3iBxjSpyhCbYVw",
permanent: true,
},
{
source: "/oer",
destination: "/catalog/oer",
permanent: true,
},
{
source: "/gallery/questions",
destination: "/catalog/questions",
permanent: true,
},
{
source: "/gallery/courses",
destination: "/catalog/oer",
permanent: true,
},
{
source: "/gallery/assessments",
destination: "/catalog/assessments",
permanent: true,
},
];
},
};
Expand Down

0 comments on commit abdb21c

Please sign in to comment.