diff --git a/next.config.mjs b/next.config.mjs index f91a0f57..75580d06 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -8,12 +8,6 @@ const nextConfig = { output: 'standalone', async redirects() { return [ - // Root redirects - { - source: '/', - destination: '/en/start', - permanent: true, - }, // Blog redirects { source: '/blog',