af7e1488c0
Hopefully this will induce the whole app to reload
39 lines
655 B
TOML
39 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"
|