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 27b2b38 commit 55efe92Copy full SHA for 55efe92
1 file changed
middleware.ts
@@ -9,5 +9,5 @@ import { routing } from "./i18n/routing";
9
export const middleware = createMiddleware(routing);
10
11
export const config = {
12
- matcher: ['/((?!api|_next/static|_next/image|favicon.ico|.*\\.(?:svg|png|jpg|jpeg|gif|webp)$).*)'],
+ matcher: ['/((?!api|_next/static|_next/image|favicon.ico|.*\\.(?:svg|png|jpg|jpeg|gif|webp|xml|txt)$).*)'],
13
};
0 commit comments