Skip to content

Commit

Permalink
Update docs/pages/config/full_example.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: khuezy <[email protected]>
  • Loading branch information
sommeeeer and khuezy authored Sep 20, 2024
1 parent be25663 commit 7f664a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/config/full_example.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const config = {
disableIncrementalCache: true,
// By default, the middleware headers and cookies will override the handler headers and cookies.
// This is executed for every request and after next config headers and middleware has been executed
// It can either be middleware or handler
// It can either be `middleware` or `handler`
headersAndCookiesPriority: "middleware"
}

Expand Down

0 comments on commit 7f664a9

Please sign in to comment.