Reverted all changes back to version 63936875d8
This commit is contained in:
@@ -6,8 +6,5 @@ export default createMiddleware({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const config = {
|
export const config = {
|
||||||
// Match all pathnames except for
|
matcher: ['/', '/(de|en)/:path*']
|
||||||
// - … if they start with `/api`, `/_next` or `/_vercel`
|
|
||||||
// - … the ones containing a dot (e.g. `favicon.ico`)
|
|
||||||
matcher: ['/((?!api|_next|_vercel|.*\\..*).*)']
|
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user