diff --git a/packages/integrations/netlify/README.md b/packages/integrations/netlify/README.md index 166a779438a3..0fd6e04e0346 100644 --- a/packages/integrations/netlify/README.md +++ b/packages/integrations/netlify/README.md @@ -179,6 +179,8 @@ Astro.locals.netlify.builders.ttl = 45 ``` +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