| export { auth as default } from "./auth"; | |
| // Optionally, don't invoke Middleware on some paths | |
| export const config = { | |
| matcher: ["/((?!api|_next/static|_next/image|favicon.ico).*)"], | |
| }; | |
| export { auth as default } from "./auth"; | |
| // Optionally, don't invoke Middleware on some paths | |
| export const config = { | |
| matcher: ["/((?!api|_next/static|_next/image|favicon.ico).*)"], | |
| }; | |