a tool for shared writing and social publishing

cache atproto images in cdn

+4
+4
app/api/atproto_images/route.ts
··· 28 28 "Cache-Control", 29 29 "public, max-age=31536000, immutable", 30 30 ); 31 + cachedResponse.headers.set( 32 + "CDN-Cache-Control", 33 + "s-maxage=86400, stale-while-revalidate=86400", 34 + ); 31 35 32 36 return cachedResponse; 33 37 }