snipette-gridsome/netlify.toml
Badri Sunderarajan 1da1aba9d5 Update HTTP header config to always force reload of page
This is especially crucial since we were using Gatsby earlier;
browsers which still have the Gatsby PWA must be forced to refresh.
2020-03-27 15:57:18 +05:30

11 lines
175 B
TOML

[build]
publish = "dist"
command = "gridsome build"
[[headers]]
for = "/*"
[headers.values]
cache-control = '''
public,
max-age=0,
must-revalidate'''