Skip to content

Commit

Permalink
chore: add immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Apr 18, 2024
1 parent b23fa4a commit 89240e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ for = "/assets/*"
# Multi-value headers are expressed with multi-line strings
cache-control = '''
public,
max-age=31536000000
max-age=31536000000,
immutable
'''

[[headers]]
Expand All @@ -17,5 +18,6 @@ for = "/_astro/*"
# Multi-value headers are expressed with multi-line strings
cache-control = '''
public,
max-age=31536000000
max-age=31536000000,
immutable
'''

0 comments on commit 89240e9

Please sign in to comment.