This commit is contained in:
Dominik Klarkowski
2026-06-22 15:19:38 +02:00
parent 763321ec68
commit 4b3373869b
34 changed files with 268 additions and 143 deletions

View File

@@ -18,6 +18,6 @@ export default auth((req) => {
export const config = {
matcher: [
"/((?!api/auth|_next/static|_next/image|favicon.ico|icon.svg|logo.svg|public/).*)",
"/((?!api/auth|_next/static|_next/image|.*\\.(?:svg|ico|png|jpg|jpeg|webp|gif)$).*)",
],
};