feat: redirect paths from specific languages
This commit is contained in:
@ -9,6 +9,11 @@ const nextConfig = {
|
||||
destination: '/find',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/:langcode(\\w{2})/:slug*',
|
||||
destination: '/:slug*',
|
||||
permanent: true,
|
||||
},
|
||||
];
|
||||
},
|
||||
images: {
|
||||
|
Reference in New Issue
Block a user