diff --git a/next.config.js b/next.config.js index 734914ac4..0a918a64d 100644 --- a/next.config.js +++ b/next.config.js @@ -60,6 +60,11 @@ const config = { destination: "/curricula", permanent: false, }, + { + source: "/admin", + destination: "/keystatic", + permanent: false, + }, ]; return Promise.resolve(redirects);