Skip to content

Commit cae92a5

Browse files
committed
Simplify matcher
1 parent 13f5b49 commit cae92a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export function middleware(req: NextRequest): NextResponse {
143143
}
144144

145145
export const config = {
146-
matcher: ['/tidewave', '/tidewave/(.*)'],
146+
matcher: ['/tidewave/:path*'],
147147
};
148148
```
149149

0 commit comments

Comments
 (0)