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