snipette-gridsome/netlify.toml

12 lines
175 B
TOML

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