From 5077cb780b633d05381cbbd16ae29f4a4cddfacb Mon Sep 17 00:00:00 2001 From: lauralani Date: Fri, 25 Aug 2023 09:28:17 +0200 Subject: [PATCH] Revert "add more cache control" This reverts commit 4bd45b9019e80987c068ba95c79b08b5619f1622. --- netlify.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/netlify.toml b/netlify.toml index 272cd60..9e7d740 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,9 +4,3 @@ cache-control = ''' max-age=0, no-store''' - - -[[headers]] - for = "/*" - [headers.values] - cache-control = 'max-age:900'