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.
1 parent 25f95fd commit ea7e640Copy full SHA for ea7e640
middleware.ts
@@ -3,6 +3,6 @@ export { middleware } from 'nextra/locales'
3
export const config = {
4
// Matcher ignoring `/_next/` and `/api/`
5
matcher: [
6
- '/((?!api/mdx|api/patterns/random|_next/static|_next/image|favicon.ico|opengraph-image.png|twitter-image.png|sitemap.xml|apple-icon.png|manifest|_pagefind).*)'
+ '/((?!api/mdx|api/patterns/random|_next/static|_next/image|favicon.ico|robots.txt|opengraph-image.png|twitter-image.png|sitemap.xml|apple-icon.png|manifest|_pagefind).*)'
7
]
8
}
0 commit comments