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''' +