From 8184fece1b9a14c1393e7431140048d502af3fcd Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 3 Oct 2024 09:17:16 -0400 Subject: [PATCH] fix????? Signed-off-by: Xe Iaso --- middleware.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleware.ts b/middleware.ts index ab4ab5f..50f4985 100644 --- a/middleware.ts +++ b/middleware.ts @@ -4,7 +4,7 @@ import { NextRequest, NextResponse } from "next/server"; export const config = { // matcher tells Next.js which routes to run the middleware on. // This runs the middleware on all routes except for static assets. - matcher: ["/((?!_next/static|_next/image|favicon.ico|/_healthz).*)"], + matcher: ["/((?!_next/static|_next/image|favicon.ico|_healthz).*)"], }; const aj = arcjet({