a tool for shared writing and social publishing
0
fork

Configure Feed

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

set no-cache on favicon response

+3
+3
app/[doc_id]/icon.tsx
··· 85 85 // For convenience, we can re-use the exported icons size metadata 86 86 // config to also set the ImageResponse's width and height. 87 87 ...size, 88 + headers: { 89 + "Cache-Control": "no-cache", 90 + }, 88 91 }, 89 92 ); 90 93 }