diff --git a/next.config.mjs b/next.config.mjs index c1300afb0..3646e8425 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -271,6 +271,12 @@ const nextConfig = { basePath: false, permanent: true, }, + { + source: '/docs/installation', + destination: '/docs/get-started/installation', + basePath: false, + permanent: true, + }, { source: '/docs/guides/getting-started/installation', destination: '/docs/get-started/installation',