Skip to content

Commit

Permalink
fix: svg favicon (#296)
Browse files Browse the repository at this point in the history
* fix: whitelist svg favicon in auth middleware

* test: emerald favicon for dark theme

* fix: revert to white
  • Loading branch information
rohan-chaturvedi authored Jul 17, 2024
1 parent e4fb3de commit 92254b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export const config = {
* - _next/image (image optimization files)
* - favicon.ico (favicon file)
*/
'/((?!api|_next/static|_next/image|favicon.ico|login|lockbox).*)',
'/((?!api|_next/static|_next/image|favicon.ico|favicon.svg|login|lockbox).*)',
],
}

0 comments on commit 92254b8

Please sign in to comment.