diff --git a/src/components/atoms/ProjectImage.jsx b/src/components/atoms/ProjectImage.jsx index 8a83c34..93b1ff7 100644 --- a/src/components/atoms/ProjectImage.jsx +++ b/src/components/atoms/ProjectImage.jsx @@ -22,7 +22,7 @@ ProjectImage.propTypes = { export const projectImage = graphql` fragment ProjectImageSizes on ImageSharp { sizes(maxWidth: 1200) { - ...GatsbyImageSharpSizes + ...GatsbyImageSharpSizes_withWebp_tracedSVG } } `