diff --git a/src/components/atoms/ProjectImage.jsx b/src/components/atoms/ProjectImage.jsx index f8ad314..3cd62b9 100644 --- a/src/components/atoms/ProjectImage.jsx +++ b/src/components/atoms/ProjectImage.jsx @@ -21,8 +21,8 @@ ProjectImage.propTypes = { export const projectImage = graphql` fragment ProjectImageSizes on ImageSharp { - sizes(maxWidth: 1200, quality: 80) { - ...GatsbyImageSharpSizes_withWebp_noBase64 + sizes(maxWidth: 1200, quality: 85) { + ...GatsbyImageSharpSizes_noBase64 } } `