gatsbyjs / gatsby-docker

Docker image that builds and hosts a Gatsby site
MIT License
356 stars 88 forks source link

Can we update caching strategy for page-data.json #40

Open rsbh opened 4 years ago

rsbh commented 4 years ago

as per gatsby caching guidelines https://www.gatsbyjs.org/docs/caching/ can we add cache-control: public, max-age=0, must-revalidate to page-data.json files

daydream05 commented 3 years ago

@rsbh have you figured out a way to do that with nginx?