You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve default public file server cache-control further
Set `immutable` for digested assets, this improve modern browsers
behavior, saves them from ever revalidating.
Set `stale-while-revalidate` for non-digested files. This allows
caching proxies to ever only revalidate at most once per minute
and asyncrhonously.
0 commit comments