export { default } from "next-auth/middleware"; export const config = { matcher: [ "/profile/personal", "/profile/my-reports", "/create-report", ], };