File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
with-payload-local-strategy/src Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ import { authConfig } from "./auth.config";
44export const { auth : middleware } = NextAuth ( authConfig ) ;
55
66export const config = {
7- matcher : [ "/((?!api|_next/static|_next/image|favicon.ico|admin/login ).*)" ] ,
7+ matcher : [ "/((?!api|_next/static|_next/image|favicon.ico|admin).*)" ] ,
88} ;
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ import { authConfig } from "./auth.config";
44export const { auth : middleware } = NextAuth ( authConfig ) ;
55
66export const config = {
7- matcher : [ "/((?!api|_next/static|_next/image|favicon.ico|admin/login ).*)" ] ,
7+ matcher : [ "/((?!api|_next/static|_next/image|favicon.ico|admin).*)" ] ,
88} ;
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ import { edgeAuthConfig } from "./auth/edge.config";
44export const { auth : middleware } = NextAuth ( edgeAuthConfig ) ;
55
66export const config = {
7- matcher : [ "/((?!api|_next/static|_next/image|favicon.ico).*)" ] ,
7+ matcher : [ "/((?!api|_next/static|_next/image|favicon.ico|admin ).*)" ] ,
88} ;
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ import { authConfig } from "./auth.config";
8888export const { auth : middleware } = NextAuth (authConfig );
8989
9090export const config = {
91- matcher: [" /((?!api|_next/static|_next/image|favicon.ico|admin/login ).*)" ],
91+ matcher: [" /((?!api|_next/static|_next/image|favicon.ico|admin).*)" ],
9292};
9393```
9494
You can’t perform that action at this time.
0 commit comments