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 c2a3c88 commit 0936b8aCopy full SHA for 0936b8a
1 file changed
app/web/middleware.ts
@@ -211,6 +211,6 @@ export const config = {
211
* - robots.txt, sitemap.xml (SEO files)
212
* - Files with common static extensions
213
*/
214
- "/((?!api|_next/static|_next/image|favicon.ico|manifest.json|img/|logo.*\\.png|robots.txt|sitemap.xml|.*\\.(?:svg|png|jpg|jpeg|gif|webp|ico|woff|woff2|ttf|eot)$).*)",
+ "/((?!api|_next/static|_next/image|favicon.ico|manifest.json|img/|logo.*\\.png|robots.txt|sitemap.xml|.*\\.(?:svg|png|jpg|jpeg|gif|webp|ico|woff|woff2|ttf|eot|json)$).*)",
215
],
216
};
0 commit comments