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:
parent
116db3adf2
commit
a140b91e99
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
Loading…
Reference in New Issue
Block a user