diff --git a/middleware.ts b/middleware.ts index 769fbb7..47b4692 100644 --- a/middleware.ts +++ b/middleware.ts @@ -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*'] }; \ No newline at end of file