snipette-gridsome/netlify.toml

40 lines
655 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'''
[[redirects]]
from = "/page-data/404.html/page-data.json"
to = "https://www.snipettemag.com/assets/data/404/index.json"