From 724cdb1d8b60bdab38adc728036aec9432b0dfbf Mon Sep 17 00:00:00 2001 From: Scott Kennedy Date: Fri, 12 Apr 2024 00:08:51 +0100 Subject: [PATCH] Update netlify.toml to add remote_images configuration --- netlify.toml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) 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