Commit 433e9d1

Eric Bower  ·  2026-04-19 23:29:44 -0400 EDT
parent c8e853b
fix(pgs): typo
1 files changed,  +1, -1
+1, -1
......@@ -271,7 +271,7 @@ func (h *ApiAssetHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
271271 // long TTL for shared cache (our cache),
272272 // then must revalidate using ETag
273273 cc := fmt.Sprintf(
274- "max-age=60, s-maxage=%0.f must-revalidate",
274+ "max-age=60, s-maxage=%0.f, must-revalidate",
275275 h.Cfg.CacheTTL.Seconds(),
276276 )
277277 w.Header().Set("cache-control", cc)