I’ve just started using Render and it seems great! I have an issue with my Gatsby static site - i’m using gatsby-image
to transform many images, and it takes a very long time. I’ve read cached images wouldn’t need to be regenerated if the .cache
and public
directories remained intact and when the GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES
environment variable is set to true
, but i’m getting a message:
We've detected that the Gatsby cache is incomplete (the .cache directory exists but the public directory does not). As a precaution, we're deleting your site's cache to ensure there's no stale data.
Is build caching in Gatsby in this way possible using Render?