diff --git a/netlify.toml b/netlify.toml index 7212c18..7bf823e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -10,11 +10,6 @@ [headers.values] Cache-Control = "public, max-age=31536000, immutable" -[[headers]] - for = "/_ipx/*" - [headers.values] - Cache-Control = "public, max-age=31536000, immutable" - [[headers]] for = "/*.js" [headers.values] @@ -33,4 +28,9 @@ [[headers]] for = "/*.svg" [headers.values] - Cache-Control = "public, max-age=31536000, immutable" \ No newline at end of file + Cache-Control = "public, max-age=31536000, immutable" + +[[headers]] + for = "/*.webp" + [headers.values] + Cache-Control = "public, max-age=31536000, immutable"