Skip to content

Commit

Permalink
Update middleware.md
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Sep 6, 2022
1 parent 710da43 commit ec3ccee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/advanced-features/middleware.md
Expand Up @@ -117,8 +117,6 @@ Read more details on [path-to-regexp](https://github.com/pillarjs/path-to-regexp

> **Note:** For backward compatibility, Next.js always considers `/public` as `/public/index`. Therefore, a matcher of `/public/:path` will match.
> **Note:** It is not possible to exclude middleware from matching static path starting with `_next/`. This allow enforcing security with middleware.
### Conditional Statements

```typescript
Expand Down

0 comments on commit ec3ccee

Please sign in to comment.