Reverted all changes back to version 63936875d8

This commit is contained in:
[dyad]
2026-01-18 12:44:51 +01:00
parent b4417d8a0b
commit d26409f640

View File

@@ -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|.*\\..*).*)']
}; };