Update index.ts

This commit is contained in:
nexryai
2026-01-11 20:36:21 +09:00
committed by GitHub
parent d81e8183d7
commit a20dd44a7b
+1
View File
@@ -64,6 +64,7 @@ export default {
headers: {
"Content-Type": fileStream.contentType,
"Content-Length": fileStream.size.toString(),
"Cache-Control": "s-maxage=300, no-store",
ETag: `"${fileStream.id}"`,
},
});