diff --git a/src/middleware.ts b/src/middleware.ts index 752e116..fa1f7ed 100644 --- a/src/middleware.ts +++ b/src/middleware.ts @@ -11,5 +11,5 @@ export default clerkMiddleware((auth, req) => }); export const config = { - matcher: ['/((?!.*\\..*|_next).*)', '/', '/(api|trpc)(.*)', '(?!monitoring-tunnel)'], + matcher: ['/((?!.*\\..*|_next).*)', '/', '/(api|trpc)(.*)', '/(?!monitoring)'], }; \ No newline at end of file