2019-12-05 06:46:19 -05:00
|
|
|
[build]
|
|
|
|
publish = "dist"
|
2020-03-27 06:27:18 -04:00
|
|
|
command = "gridsome build"
|
|
|
|
|
|
|
|
[[headers]]
|
2020-03-27 07:29:25 -04:00
|
|
|
for = "/"
|
2020-03-27 06:27:18 -04:00
|
|
|
[headers.values]
|
|
|
|
cache-control = '''
|
|
|
|
public,
|
|
|
|
max-age=0,
|
|
|
|
must-revalidate'''
|
2020-03-27 07:29:25 -04:00
|
|
|
|
|
|
|
[[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'''
|
2020-03-27 07:29:37 -04:00
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
from = "/page-data/404.html/page-data.json"
|
|
|
|
to = "https://www.snipettemag.com/assets/data/404/index.json"
|