Skip to content

Commit 468c8a8

Browse files
committed
update comments in middleware
1 parent 0b35c45 commit 468c8a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

middleware.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { authMiddleware } from '@clerk/nextjs'
22

33
export default authMiddleware({
4-
// Make all routes public by default
4+
//* Make all routes public by default
55
publicRoutes: ['/((?!community/contributors).*)'],
6-
// Only protect the contributors page
6+
//* Only protect the contributors page
77
ignoredRoutes: ['/((?!community/contributors).*)']
88
})
99

0 commit comments

Comments
 (0)