We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5a75d9 + e75b73d commit 905af1eCopy full SHA for 905af1e
middleware.ts
@@ -6,5 +6,5 @@ export default createMiddleware(routing)
6
7
// Simplified matcher pattern
8
export const config = {
9
- matcher: ["/((?!api|_next|_vercel|.*\\.[^/]*$).*)"],
+ matcher: ["/((?!api|_next|_vercel|.well-known|.*\\.[^/]*$).*)"],
10
}
0 commit comments