diff --git a/middleware.ts b/middleware.ts index 6c56d8d..3d65931 100644 --- a/middleware.ts +++ b/middleware.ts @@ -25,6 +25,6 @@ export function middleware(request: NextRequest) { export const config = { matcher: [ // Skip all internal paths (_next) - "/((?!_next|api|public|manifest|icon|file|globe|next|vercel|window).*)", + "/((?!_next|api|public|manifest|icon|file|globe|next|vercel|window|push-sw.js).*)", ], };