diff --git a/next.config.mjs b/next.config.mjs index 96158e0c..15abe9e0 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -26,6 +26,16 @@ const nextConfig = { destination: '/docs/introductions', permanent: true, }, + { + source: '/docs', + destination: '/docs/introductions', + permanent: true, + }, + { + source: '/ipa', + destination: '/ipa/introductions', + permanent: true, + }, ] } }