mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-05 20:41:07 +02:00
981184e49a
index.html was served with `max-age=31536000, immutable` like the hashed assets, but its name is stable while its contents change every build, so a cached copy pins the UI to an old build. It now revalidates via its existing ETag, which keeps the 304 for unchanged builds.