4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
export { default } from "next-auth/middleware";
|
|
|
|
export const config = { matcher: ["/", "/dashboard"] };
|