# Long-cache versioned hero/admin images (?ver=filemtime busts on change).
<IfModule mod_headers.c>
  <FilesMatch "\.(png|jpe?g|webp|gif|svg)$">
    Header set Cache-Control "public, max-age=31536000, immutable"
  </FilesMatch>
</IfModule>
