toml formatting
This commit is contained in:
parent
f268f4bf81
commit
9154f5271c
|
|
@ -11,7 +11,6 @@ module.exports = config => {
|
||||||
config.addPassthroughCopy('src/img');
|
config.addPassthroughCopy('src/img');
|
||||||
config.addPassthroughCopy('src/fonts');
|
config.addPassthroughCopy('src/fonts');
|
||||||
config.addPassthroughCopy('src/admin');
|
config.addPassthroughCopy('src/admin');
|
||||||
config.addPassthroughCopy('netlify.toml');
|
|
||||||
|
|
||||||
|
|
||||||
/* Collections */
|
/* Collections */
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
[[headers]]
|
[[headers]]
|
||||||
for = "/fonts/*"
|
for = "/fonts/*"
|
||||||
[headers.values]
|
[headers.values]
|
||||||
Cache-Control = "public, max-age=2592000"
|
cache-control = '''
|
||||||
|
public
|
||||||
|
max-age=2592000'''
|
||||||
Loading…
Reference in a new issue