mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-27 07:00:52 -04:00

* Always include the content hash in the cache key for unprocessed images. * Always include the image config hash in the cache key. This is also a major cleanup/simplification of the implementation in this area. Note that this, unfortunately, forces new hashes/filenames for generated images. Fixes #13273 Fixes #13272