snipette-gridsome/netlify.toml

36 lines
530 B
TOML

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