From a20dd44a7bb8f87c6880f75ca4c50be430b8b394 Mon Sep 17 00:00:00 2001 From: nexryai <61890205+nexryai@users.noreply.github.com> Date: Sun, 11 Jan 2026 20:36:21 +0900 Subject: [PATCH] Update index.ts --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index de2f54c..ec4f942 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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}"`, }, });