mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
protect portfolio urls
This commit is contained in:
parent
810d87defe
commit
e8e4f3fa21
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
export const config = { matcher: ["/home/:path*"] };
|
||||
export const config = { matcher: ["/home/:path*", "/portfolio/:path*"] };
|
||||
|
||||
export { default } from "next-auth/middleware";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue