Files
LinuxMirrors/netlify.toml

15 lines
337 B
TOML
Raw Permalink Normal View History

2025-06-26 23:58:12 +08:00
[[headers]]
for = "/*.js"
[headers.values]
Cache-Control = "public, max-age=31536000, must-revalidate"
[[headers]]
for = "/*.css"
[headers.values]
Cache-Control = "public, max-age=31536000, must-revalidate"
[[headers]]
for = "/*.png"
[headers.values]
Cache-Control = "public, max-age=31536000, must-revalidate"