tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
27
pulls
pipelines
cache atproto images in cdn
awarm.space
6 months ago
5d05e93a
23005708
+4
1 changed file
expand all
collapse all
unified
split
app
api
atproto_images
route.ts
+4
app/api/atproto_images/route.ts
···
28
28
"Cache-Control",
29
29
"public, max-age=31536000, immutable",
30
30
);
31
31
+
cachedResponse.headers.set(
32
32
+
"CDN-Cache-Control",
33
33
+
"s-maxage=86400, stale-while-revalidate=86400",
34
34
+
);
31
35
32
36
return cachedResponse;
33
37
}