allow well known
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
547ab3dc85
commit
2848465630
@ -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|.well-known/.*).*)"],
|
||||
};
|
||||
|
||||
const aj = arcjet({
|
||||
|
Loading…
x
Reference in New Issue
Block a user