// export { default } from "next-auth/middleware"; // export const config = { // matcher: ["/myportal/", "/myportal/:path*"], // }; // import { withAuth } from 'next-auth/middleware'; // export default withAuth({ // pages: { // signIn: '/login', // }, // });