mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Without an explicit directive ServeDir let browsers heuristically cache the Flutter bundle, and the service worker kept serving stale assets, so new icons/images did not appear after an upgrade (even on hard reload). Force revalidation so users always get the latest assets; unchanged files still return a cheap 304. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>