From edcae22e45dbfce87bb1d63632a43698af48de7f Mon Sep 17 00:00:00 2001 From: Linus Flood Date: Tue, 4 Mar 2025 12:25:39 +0000 Subject: [PATCH] Merged in fix/indent-netlify.toml (pull request #1470) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: netlify.toml correct indented * fix: netlify.toml correct indented * Dummy Approved-by: Joakim Jäderberg --- apps/scandic-web/netlify.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/scandic-web/netlify.toml b/apps/scandic-web/netlify.toml index 07a1fc4ea..0c6470b72 100644 --- a/apps/scandic-web/netlify.toml +++ b/apps/scandic-web/netlify.toml @@ -38,6 +38,6 @@ remote_images = [ schedule = "@daily" [[headers]] - for = "/_next/static/*" - [headers.values] - cache-control = "public, max-age=31536000, immutable" +for = "/_next/static/*" +[headers.values] +cache-control = "public, max-age=31536001, immutable"