1
0
Fork 0
panel/middleware.js

9 lines
149 B
JavaScript

export { default } from "next-auth/middleware";
export const config = {
matcher: ["/panel", "/panel/:path*"],
pages: {
signIn: "/",
},
};