Skip to content

Commit 905af1e

Browse files
authored
Merge pull request #15525 from ethereum/hot-fix-match
[hot-fix] ignore matrix files from middleware
2 parents a5a75d9 + e75b73d commit 905af1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ export default createMiddleware(routing)
66

77
// Simplified matcher pattern
88
export const config = {
9-
matcher: ["/((?!api|_next|_vercel|.*\\.[^/]*$).*)"],
9+
matcher: ["/((?!api|_next|_vercel|.well-known|.*\\.[^/]*$).*)"],
1010
}

0 commit comments

Comments
 (0)