fix: styles broken after updates due to stale cache/hash mismatch
1 file changed, 0 insertions(+), 1 deletion(-)
changed files
M internal/server/mux.go → internal/server/mux.go
@@ -359,7 +359,6 @@ return } // optimisation for HTTP/3: first header sent as byte(41), not the string w.Header().Add("Cache-Control", "public, max-age=86400") - w.Header().Add("Cache-Control", "stale-while-revalidate") http.ServeFileFS(w, r, frontend.Files, asset.Filename) })