This commit is contained in:
Kevin Kandlbinder 2022-02-04 13:52:50 +00:00 committed by GitHub
parent 78db8f07a2
commit cae386d5bd
2 changed files with 23 additions and 19 deletions

View file

@ -16,7 +16,11 @@ export const query = graphql`
url
localImage {
childImageSharp {
gatsbyImageData(height: 300, width: 300)
gatsbyImageData(
height: 300
width: 300
placeholder: BLURRED
)
}
}
}