diff --git a/netlify.toml b/netlify.toml index d3c08f2..7212c18 100644 --- a/netlify.toml +++ b/netlify.toml @@ -12,5 +12,25 @@ [[headers]] for = "/_ipx/*" + [headers.values] + Cache-Control = "public, max-age=31536000, immutable" + +[[headers]] + for = "/*.js" + [headers.values] + Cache-Control = "public, max-age=31536000, immutable" + +[[headers]] + for = "/*.jpg" + [headers.values] + Cache-Control = "public, max-age=31536000, immutable" + +[[headers]] + for = "/*.png" + [headers.values] + Cache-Control = "public, max-age=31536000, immutable" + +[[headers]] + for = "/*.svg" [headers.values] Cache-Control = "public, max-age=31536000, immutable" \ No newline at end of file