diff --git a/authentication/src/middleware.ts b/authentication/src/middleware.ts index d7cd027..c4c06ed 100644 --- a/authentication/src/middleware.ts +++ b/authentication/src/middleware.ts @@ -41,5 +41,5 @@ export async function middleware(request: NextRequest) { } export const config = { - matcher: '/((?!api|_next/static|_next/image|favicon.png|sitemap.xml|robots.txt).*)', + matcher: '/((?!api|_next/static|_next/image|favicon.png|sitemap.xml|robots.txt|sw.js).*)', };