source for getorbyt.com getorbyt.com/
client bsky orbytapp app orbyt bluesky getorbyt orbytvideo atproto video
0
fork

Configure Feed

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

Update image caching headers to use must-revalidate for non-fingerprinted filenames

+2 -2
+2 -2
public/_headers
··· 6 6 Cache-Control: public, max-age=31536000, immutable 7 7 Access-Control-Allow-Origin: * 8 8 9 - # Image caching - 1 year with immutable (fingerprinted deploy URLs) 9 + # Image caching - 1 year with revalidation (non-fingerprinted filenames) 10 10 /images/* 11 - Cache-Control: public, max-age=31536000, immutable 11 + Cache-Control: public, max-age=31536000, must-revalidate 12 12 13 13 # Early Hints for homepage - Cloudflare sends HTTP 103 before HTML 14 14 # Browser starts downloading font before HTML parsing begins