From 05466cc3cb3a2ffdabd0b291d22f7fe3122b9f7a Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Fri, 12 Feb 2021 23:06:28 +0100 Subject: [PATCH] docs(conditional-page-builds): static queries are handled now, so remove note about those --- docs/docs/conditional-page-builds.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/docs/conditional-page-builds.md b/docs/docs/conditional-page-builds.md index bcc59d4947a17..ccc19a03f405a 100644 --- a/docs/docs/conditional-page-builds.md +++ b/docs/docs/conditional-page-builds.md @@ -6,8 +6,6 @@ If you have a large site, you may be able to improve build times for data update For more info on the standard build process, please see the [overview of the Gatsby build process](/docs/conceptual/overview-of-the-gatsby-build-process/). -> ❗ Conditional page builds do not currently account for static queries. Any query result differences will not trigger pages to rebuild. - ## How to use To enable conditional page builds, use the environment variable `GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true` in your `gatsby build` command, for example: