From 4aef49cf2ca322e91777cdf56741cc59da0f39a8 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Fri, 13 Mar 2026 15:35:01 +0100 Subject: [PATCH] fix: remove agbs rewrite rules that conflict with slug-mapping (redirect loop) --- next.config.mjs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 4d98447e..87a74512 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -443,10 +443,6 @@ const nextConfig = { source: '/de/kontakt', destination: '/de/contact', }, - { - source: '/de/agbs', - destination: '/de/terms', - }, // Safety rewrites for English locale using German slugs (legacy or content errors) { source: '/en/produkte', @@ -468,10 +464,6 @@ const nextConfig = { source: '/en/datenschutz', destination: '/en/privacy-policy', }, - { - source: '/en/agbs', - destination: '/en/terms', - }, ], afterFiles: [], fallback: [],