diff --git a/next.config.mjs b/next.config.mjs index 8ec2fd5..840c5e5 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -55,6 +55,12 @@ const nextConfig = { destination: "/catalog/assessments/:slug*", permanent: true, }, + { + source: "/schemas/:slug*", + destination: + "https://raw.githubusercontent.com/PrairieLearn/PrairieLearn/master/apps/prairielearn/src/schemas/schemas/:slug*", + permanent: false, + }, ]; }, };