wip
This commit is contained in:
@@ -10,5 +10,5 @@ export default createMiddleware({
|
||||
|
||||
export const config = {
|
||||
// Match only internationalized pathnames
|
||||
matcher: ['/', '/(de|en)/:path*']
|
||||
matcher: ['/((?!api|_next|_vercel|.*\\..*).*)', '/', '/(de|en)/:path*']
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user