From f2503970f6c09e82a71d47f419c46aa45fb0f0c1 Mon Sep 17 00:00:00 2001 From: Mathew Date: Tue, 24 Jan 2023 20:12:48 +0530 Subject: [PATCH] adding cache-control header --- netlify.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/netlify.toml b/netlify.toml index 223ddccd64f..0d98984a159 100644 --- a/netlify.toml +++ b/netlify.toml @@ -33,3 +33,11 @@ force = true from = "/*" to = "/index.html" status = 200 + +[[headers]] + for = "/index.html" + [headers.values] + cache-control = ''' + max-age=0, + no-store''' +