diff --git a/.eleventy.js b/.eleventy.js index fd2905c..9ac9fd8 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -11,7 +11,6 @@ module.exports = config => { config.addPassthroughCopy('src/img'); config.addPassthroughCopy('src/fonts'); config.addPassthroughCopy('src/admin'); - config.addPassthroughCopy('netlify.toml'); /* Collections */ diff --git a/netlify.toml b/netlify.toml index f349412..85e6dc4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,4 +1,6 @@ [[headers]] for = "/fonts/*" - [headers.values] - Cache-Control = "public, max-age=2592000" \ No newline at end of file + [headers.values] + cache-control = ''' + public + max-age=2592000''' \ No newline at end of file