You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
779 B
50 lines
779 B
[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 = "/rss"
|
|
to = "/feed.xml"
|
|
status = 301
|
|
|
|
[[redirects]]
|
|
from = "/webinar-jan-2020"
|
|
to = "/webinar-jan-2021"
|
|
STATUS = 301
|
|
|
|
[[redirects]]
|
|
from = "/author/thuan-sarzynski"
|
|
to = "/author/thuansarzynski/"
|
|
STATUS = 301
|
|
|