Skip to content

Commit 55efe92

Browse files
committed
refactor: remove redundant middleware file to streamline request processing
1 parent 27b2b38 commit 55efe92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ import { routing } from "./i18n/routing";
99
export const middleware = createMiddleware(routing);
1010

1111
export const config = {
12-
matcher: ['/((?!api|_next/static|_next/image|favicon.ico|.*\\.(?:svg|png|jpg|jpeg|gif|webp)$).*)'],
12+
matcher: ['/((?!api|_next/static|_next/image|favicon.ico|.*\\.(?:svg|png|jpg|jpeg|gif|webp|xml|txt)$).*)'],
1313
};

0 commit comments

Comments
 (0)