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 196f42fb 0801d82b

+1 -1
+1 -1
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', 'max-age=0, s-maxage=3600'); 49 + Astro.response.headers.set('Cache-Control', 'max-age=0, s-maxage=86400'); 50 50 --- 51 51 52 52 <SeasonsLayout