6 lines
156 B
TypeScript
6 lines
156 B
TypeScript
export { auth as middleware } from "./auth";
|
|
|
|
export const config = {
|
|
matcher: ["/((?!api/auth|_next/static|_next/image|favicon.ico|auth/signin).*)"],
|
|
};
|