mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-22 03:47:43 -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