From 5cd8a98101b4c334dd7a1b6349eba885bb2ad147 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 3 Oct 2024 11:07:17 -0400 Subject: [PATCH] underscores are banned Signed-off-by: Xe Iaso --- middleware.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleware.ts b/middleware.ts index ed90080..6ba0348 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({