1 parent 38a9b19 commit e31a31cCopy full SHA for e31a31c
1 file changed
proxy.ts
@@ -78,6 +78,6 @@ export async function proxy(
78
}
79
80
export const config = {
81
- // Matcher ignoring `/_next/`, `/api/` and `/assets/`
82
- matcher: ['/((?!api|assets|_next/static|_next/image|favicon.ico|public).*)'],
+ // Matcher ignoring `/_next/`, `/api/`, `/auth/` and `/assets/`
+ matcher: ['/((?!api|auth|assets|_next/static|_next/image|favicon.ico|public).*)'],
83
};
0 commit comments