This commit is contained in:
2026-01-17 00:06:30 +01:00
parent f18dd5b0f9
commit 3dd4f7f121
78 changed files with 1181 additions and 925 deletions

View File

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