feat(Menu,Lang,Image): fix bug menu and change lang and set images
This commit is contained in:
@@ -40,9 +40,9 @@ export function middleware(request) {
|
||||
|
||||
export const config = {
|
||||
matcher: [
|
||||
// Skip all internal paths (_next)
|
||||
'/((?!_next).*)',
|
||||
// Skip internal Next.js paths and public files.
|
||||
'/((?!_next|.*\\..*).*)',
|
||||
// Optional: only run on root (/) URL
|
||||
// '/'
|
||||
],
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user