Skip to content

Commit

Permalink
headers
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Mar 25, 2023
1 parent 8e72c10 commit cf8a239
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -33,4 +28,9 @@
[[headers]]
for = "/*.svg"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"
Cache-Control = "public, max-age=31536000, immutable"

[[headers]]
for = "/*.webp"
[headers.values]
Cache-Control = "public, max-age=31536000, immutable"

0 comments on commit cf8a239

Please sign in to comment.