95dac3d193
The older one was `/rss` for Gatsby; this now goes to the more descriptive `/feed.xml`
40 lines
595 B
TOML
40 lines
595 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 = "/rss"
|
|
to = "/feed.xml"
|
|
status = 301
|