Skip to content

Commit

Permalink
document caveat regarding query params
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy authored Aug 7, 2023
1 parent 7195cda commit cc4904a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/integrations/netlify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ Astro.locals.netlify.builders.ttl = 45
</Layout>
```
It is important to note that On-demand Builders ignore query params when checking for cached pages. For example, if `example.com/?x=y` is cached, it will be served for `example.com/?a=b` (different query params) and `example.com/` (no query params) as well.
## Usage
Expand Down

0 comments on commit cc4904a

Please sign in to comment.