Minor < fix

This commit is contained in:
Jakob Wennberg
2026-02-18 11:27:41 +01:00
parent 71000e3cf3
commit afc9f69def
+2 -2
View File
@@ -13,8 +13,8 @@ export const config = {
* - _next/image (image optimization files)
* - favicon.ico (favicon file)
* - api (API routes - they handle their own auth)
* Feel free to modify this pattern to include more paths.
* - Static assets (images, scripts, manifest, icons, etc.)
*/
'/((?!_next/static|_next/image|favicon.ico|api|.*\\.(?:svg|png|jpg|jpeg|gif|webp)$).*)',
'/((?!_next/static|_next/image|favicon.ico|api|sw\\.js|sw-register\\.js|manifest\\.json|icons/|.*\\.(?:svg|png|jpg|jpeg|gif|webp|ico|js|json)$).*)',
],
}