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