diff --git a/next.config.mjs b/next.config.mjs index adbc227..eec8fb8 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -9,6 +9,11 @@ const nextConfig = { destination: '/find', permanent: true, }, + { + source: '/:langcode(\\w{2})/:slug*', + destination: '/:slug*', + permanent: true, + }, ]; }, images: {