Non-official site for The Life Series Minecraft hardcore survival multiplayer series housing every video www.life-series.online
0
fork

Configure Feed

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

update cache-control header

Ghustvn 0801d82b 52a5e2b5

+1 -2
+1 -2
src/pages/seasons/[season_id]/[member_name].astro
··· 46 46 47 47 const title = `${member.data.name} · ${season.data.title} (S${season.data.seasonNumber})`; 48 48 49 - Astro.response.headers.set('Cache-Control', 'no-store'); 50 - Astro.response.headers.set('CDN-Cache-Control', 'no-store'); 49 + Astro.response.headers.set('Cache-Control', 'max-age=0, s-maxage=3600'); 51 50 --- 52 51 53 52 <SeasonsLayout