Skip to content

Commit

Permalink
fixed url
Browse files Browse the repository at this point in the history
  • Loading branch information
amykapernick committed Jul 5, 2024
1 parent 6c905e7 commit 7b7f6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ export default clerkMiddleware((auth, req) =>
});

export const config = {
matcher: ['/((?!.*\\..*|_next).*)', '/', '/(api|trpc)(.*)', '(?!monitoring-tunnel)'],
matcher: ['/((?!.*\\..*|_next).*)', '/', '/(api|trpc)(.*)', '/(?!monitoring)'],
};

0 comments on commit 7b7f6d7

Please sign in to comment.