diff --git a/middleware.ts b/middleware.ts index 1326aa6d..ad4820fe 100644 --- a/middleware.ts +++ b/middleware.ts @@ -74,5 +74,5 @@ export default function middleware(request: NextRequest) { export const config = { // Match only internationalized pathnames - matcher: ['/((?!api|_next|_vercel|stats|errors|health|.*\\..*).*)', '/', '/(de|en)/:path*'], + matcher: ['/((?!api|_next|_vercel|.*\\..*).*)', '/', '/(de|en)/:path*'], };