mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
generate webp & traced SVG placeholder
This commit is contained in:
parent
116db3adf2
commit
a140b91e99
@ -22,7 +22,7 @@ ProjectImage.propTypes = {
|
||||
export const projectImage = graphql`
|
||||
fragment ProjectImageSizes on ImageSharp {
|
||||
sizes(maxWidth: 1200) {
|
||||
...GatsbyImageSharpSizes
|
||||
...GatsbyImageSharpSizes_withWebp_tracedSVG
|
||||
}
|
||||
}
|
||||
`
|
||||
|
Loading…
Reference in New Issue
Block a user