diff --git a/netlify.toml b/netlify.toml index 3768647..72fa099 100644 --- a/netlify.toml +++ b/netlify.toml @@ -10,22 +10,5 @@ [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" - -[[headers]] - for = "/*.webp" - [headers.values] - Cache-Control = "public, max-age=31536000, immutable" \ No newline at end of file +[images] + remote_images = ["https://secure.woonuxt.com/.*"] \ No newline at end of file