diff --git a/next.config.mjs b/next.config.mjs index d9fe9608..a8ea6bf9 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -22,15 +22,6 @@ const config = { inlineCss: true, reactCompiler: true, }, - async redirects() { - return [ - { - source: '/documentation', - destination: '/documentation/', - permanent: true, - } - ]; - }, }; export default withMDX(config);