Working version 6.2
This commit is contained in:
@@ -39,5 +39,5 @@ export default async function middleware(request: NextRequest) {
|
||||
}
|
||||
|
||||
export const config = {
|
||||
matcher: ["/((?!_next|favicon.ico|api/auth).*)"],
|
||||
matcher: ["/((?!_next|favicon.ico|api).*)" ],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user