Skip to content

Commit

Permalink
Made logo accessible without authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
daku-de committed Jul 16, 2024
1 parent 492dacb commit 5869387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/middleware.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { auth } from "@/auth"

export const config = {
matcher: ['/((?!api|_next/static|_next/image|images|favicon.ico).*)'],
matcher: ['/((?!api|_next/static|_next/image|images|logo.png|favicon.ico).*)'],
}

export default auth((req) => {
Expand Down

0 comments on commit 5869387

Please sign in to comment.