Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
fix: matcher in middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
horvatz committed Nov 14, 2023
1 parent 46718b9 commit 34cd79e
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 @@ -14,5 +14,5 @@ export function middleware(request: NextRequest) {
}

export const config = {
matcher: ['/((?!api|static|.*\\..*|_next|favicon.ico|robots.txt).*)'],
matcher: ['/((?!api|static|.*\\..*|_next|favicon.ico|robots.txt|_axiom).*)'],
};

1 comment on commit 34cd79e

@vercel
Copy link

@vercel vercel bot commented on 34cd79e Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.