mirror of
https://github.com/TheThomaas/my-online-cookbook.git
synced 2026-01-10 03:51:38 +00:00
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/fonts');
|
||||
config.addPassthroughCopy('src/admin');
|
||||
config.addPassthroughCopy('netlify.toml');
|
||||
|
||||
|
||||
/* Collections */
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
[[headers]]
|
||||
for = "/fonts/*"
|
||||
[headers.values]
|
||||
Cache-Control = "public, max-age=2592000"
|
||||
[headers.values]
|
||||
cache-control = '''
|
||||
public
|
||||
max-age=2592000'''
|
||||
Loading…
Reference in a new issue