We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d34a8 commit d0680aeCopy full SHA for d0680ae
web/src/middleware.ts
@@ -19,5 +19,5 @@ export default stackMiddlewares([withApiProxy]);
19
20
// Routes Middleware should not run on
21
export const config = {
22
- matcher: ['/((?!static|.*\\..*|_next|favicon.ico|robots.txt).*)'],
+ matcher: ['/((?!static|_next|favicon.ico|robots.txt).*)'],
23
};
0 commit comments