Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: optimize cache strategy

the3ash 524ff78c 9b6e43c7

+2 -2
+2 -2
netlify.toml
··· 45 45 [[headers]] 46 46 for = "/*.html" 47 47 [headers.values] 48 - Cache-Control = "public, max-age=3600, s-maxage=7200" 48 + Cache-Control = "public, max-age=86400, s-maxage=172800" 49 49 Vary = "Accept-Encoding" 50 50 51 51 # Blog posts 52 52 [[headers]] 53 53 for = "/*/" 54 54 [headers.values] 55 - Cache-Control = "public, max-age=7200, s-maxage=14400" 55 + Cache-Control = "public, max-age=86400, s-maxage=172800" 56 56 Vary = "Accept-Encoding" 57 57 58 58 # Homepage