protect portfolio urls

This commit is contained in:
Khalim Conn-Kowlessar 2023-05-26 08:10:10 +01:00
parent 810d87defe
commit e8e4f3fa21

View file

@ -1,3 +1,3 @@
export const config = { matcher: ["/home/:path*"] };
export const config = { matcher: ["/home/:path*", "/portfolio/:path*"] };
export { default } from "next-auth/middleware";