We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64a920 commit f0bcab9Copy full SHA for f0bcab9
site/middleware.ts
@@ -7,3 +7,9 @@ export function middleware(request: NextRequest) {
7
if (response) return response
8
return NextResponse.next()
9
}
10
+
11
+export const config = {
12
+ matcher: [
13
+ '/((?!api|_next/static|_next/image|favicon.ico|sitemap.xml|robots.txt).*)',
14
+ ]
15
+}
0 commit comments