Skip to content

Commit c40be18

Browse files
authored
document caveat regarding query params
1 parent 7195cda commit c40be18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/integrations/netlify/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ Astro.locals.netlify.builders.ttl = 45
179179
</Layout>
180180
```
181181

182+
It is important to note that On-demand Builders ignores 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.
183+
182184

183185
## Usage
184186

0 commit comments

Comments
 (0)