From 9154f5271c51c5d90f98926dbaa8eaa8a385cd85 Mon Sep 17 00:00:00 2001 From: maeligg Date: Thu, 27 May 2021 12:32:24 +0200 Subject: [PATCH] toml formatting --- .eleventy.js | 1 - netlify.toml | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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