Skip to content

Commit

Permalink
[Donggrina#39] Fix: matcher 값 상수로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
DHyeon98 committed Jun 1, 2024
1 parent 62393c9 commit 9bbcb5b
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 9bbcb5b

Please sign in to comment.