all repos — searchix @ 450ff2d51460c2f1e8b0679726d3a26cd8762359

Search engine for NixOS, nix-darwin, home-manager and NUR users

fix: styles broken after updates due to stale cache/hash mismatch

Alan Pearce
commit

450ff2d51460c2f1e8b0679726d3a26cd8762359

parent

e766c8d6e4434b303246522ad29c4bc328de56ba

1 file changed, 0 insertions(+), 1 deletion(-)

changed files
M internal/server/mux.gointernal/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) })