gatsby icon indicating copy to clipboard operation
gatsby copied to clipboard

fix(gatsby-plugin-image): Ensure cache hash is unique

Open LekoArts opened this issue 2 years ago • 0 comments

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

LekoArts avatar Nov 23 '22 09:11 LekoArts