1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-23 01:29:41 +01:00

generate webp & traced SVG placeholder

This commit is contained in:
Matthias Kretschmann 2018-05-04 22:03:18 +02:00
parent 116db3adf2
commit a140b91e99
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -22,7 +22,7 @@ ProjectImage.propTypes = {
export const projectImage = graphql` export const projectImage = graphql`
fragment ProjectImageSizes on ImageSharp { fragment ProjectImageSizes on ImageSharp {
sizes(maxWidth: 1200) { sizes(maxWidth: 1200) {
...GatsbyImageSharpSizes ...GatsbyImageSharpSizes_withWebp_tracedSVG
} }
} }
` `