0d4f7934f7
Deploy to Production / deploy (push) Successful in 3m16s
Quarkus defaults to Cache-Control: immutable, max-age=86400 for static files. The immutable flag means browsers ignore hard-refresh and serve stale JS for 24h. Fix: version query string on admin.js URLs, max-age=300 (5min), clear immutable-paths. Co-Authored-By: Mira Rehfeld <noreply@anthropic.com>