diff --git a/src/middleware.ts b/src/middleware.ts index b8847e7e..3253bfab 100644 --- a/src/middleware.ts +++ b/src/middleware.ts @@ -1,3 +1,3 @@ -export const config = { matcher: ["/home/:path*"] }; +export const config = { matcher: ["/home/:path*", "/portfolio/:path*"] }; export { default } from "next-auth/middleware";