1
0
Fork 0
mirror of https://github.com/TheThomaas/my-online-cookbook.git synced 2026-01-11 04:11:47 +00:00

toml formatting

This commit is contained in:
maeligg 2021-05-27 12:32:24 +02:00
parent f268f4bf81
commit 9154f5271c
2 changed files with 4 additions and 3 deletions

View file

@ -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 */

View file

@ -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'''