snipette-gridsome/netlify.toml
Hippo d1965a317c Remove Gatsby redirect hack
It conflicts with the new hack/fix that was added
2020-03-29 18:39:18 +05:30

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'''