Skip to content

Commit d0680ae

Browse files
authored
fix: middleware matcher (#1353)
1 parent 08d34a8 commit d0680ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ export default stackMiddlewares([withApiProxy]);
1919

2020
// Routes Middleware should not run on
2121
export const config = {
22-
matcher: ['/((?!static|.*\\..*|_next|favicon.ico|robots.txt).*)'],
22+
matcher: ['/((?!static|_next|favicon.ico|robots.txt).*)'],
2323
};

0 commit comments

Comments
 (0)