👁️
5
fork

Configure Feed

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

cache fonts

+10
+10
public/_headers
··· 1 + # Fonts - static assets, rarely change (1 year) 2 + /fonts/recursive/* 3 + Cache-Control: public, max-age=31536000, immutable 4 + /fonts/fraunces/* 5 + Cache-Control: public, max-age=31536000, immutable 6 + 7 + # Keyrune - updates with new MTG sets (48 hours) 8 + /fonts/keyrune/* 9 + Cache-Control: public, max-age=172800 10 + 1 11 # Immutable caching for content-hashed card chunks (1 year) 2 12 # Filename pattern: cards-000-a1b2c3d4e5f6g7h8.json 3 13 /data/cards/*