Skip to content

Commit

Permalink
Update netlify.toml to add remote_images configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Apr 11, 2024
1 parent 2eac05a commit 724cdb1
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
[images]
remote_images = ["https://secure.woonuxt.com/.*"]

0 comments on commit 724cdb1

Please sign in to comment.