From 586dfb1a1413ab58319c49899bd727ccda3bcb9b Mon Sep 17 00:00:00 2001 From: cut0 Date: Mon, 15 Apr 2024 00:12:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20s-maxage=20=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workspaces/server/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/server/src/index.ts b/workspaces/server/src/index.ts index cdd285f..71778e9 100644 --- a/workspaces/server/src/index.ts +++ b/workspaces/server/src/index.ts @@ -16,7 +16,7 @@ app.use( // } c.res.headers.append( "Cache-Control", - "public, max-age=300, s-max-age=86400", + "public, max-age=300, s-maxage=86400", ); }, serveStatic({