Skip to content

Commit

Permalink
[#39] Fix: matcher 값 상수로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
LDH98 committed Jun 1, 2024
1 parent 7cf4bc8 commit fb89bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ export default function middleware(request: NextRequest) {
}

export const config = {
matcher: ['/login', '/start-family'],
matcher: [...PUBLIC_PAGES, ...PROTECTED_PAGES],
};

0 comments on commit fb89bec

Please sign in to comment.