hupe1980 / gatsby-theme-material-ui

Gatsby theme for Material-UI
MIT License
100 stars 44 forks source link

Set cache header for assets #62

Open lorensr opened 3 years ago

lorensr commented 3 years ago

The .woff files, served in production under /static/webfonts/s/roboto, have no cache TTL. Static files in Gatsby should have a cache header: https://www.gatsbyjs.com/docs/caching/#static-files

image