gatsby
gatsby copied to clipboard
fix(gatsby-plugin-image): Ensure cache hash is unique
Description
Add the filename
to the object that is hashed inside murmurhash. This way the hash is unique even when the <StaticImage>
props are identical.
Related Issues
Fixes https://github.com/gatsbyjs/gatsby/issues/36809