feat: redirect paths from specific languages

This commit is contained in:
Bnyro
2025-06-01 16:57:45 +02:00
committed by ngn
parent 4e03757d69
commit 288ec34fb4

View File

@ -9,6 +9,11 @@ const nextConfig = {
destination: '/find',
permanent: true,
},
{
source: '/:langcode(\\w{2})/:slug*',
destination: '/:slug*',
permanent: true,
},
];
},
images: {