From e74c3094611c6f2ec7ad5d162c2b9b5f9331ede4 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Wed, 21 Jan 2026 13:10:32 +0100 Subject: [PATCH] redirects --- next.config.mjs | 6 ------ 1 file changed, 6 deletions(-) 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',