File size: 189 Bytes
1e92f2d |
1 2 3 4 5 6 7 |
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).*)"],
};
|