|
|
|
|
@ -9,32 +9,32 @@ const Example = () => {
|
|
|
|
|
query {
|
|
|
|
|
hero1: file(relativePath: {eq: "hero1.jpg"}) {
|
|
|
|
|
childImageSharp {
|
|
|
|
|
gatsbyImageData(formats: WEBP, quality: 90)
|
|
|
|
|
gatsbyImageData(formats: WEBP, quality: 90, width: 800)
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
author: file(relativePath: {eq: "teambuilding/author.jpg"}) {
|
|
|
|
|
childImageSharp {
|
|
|
|
|
gatsbyImageData(formats: WEBP, quality: 90)
|
|
|
|
|
gatsbyImageData(formats: WEBP, quality: 90, width: 800)
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
goldberg: file(relativePath: {eq: "teambuilding/goldberg.jpg"}) {
|
|
|
|
|
childImageSharp {
|
|
|
|
|
gatsbyImageData(formats: WEBP, quality: 90)
|
|
|
|
|
gatsbyImageData(formats: WEBP, quality: 90, width: 800)
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
intellectual: file(relativePath: {eq: "teambuilding/intellectual.jpg"}) {
|
|
|
|
|
childImageSharp {
|
|
|
|
|
gatsbyImageData(formats: WEBP, quality: 90)
|
|
|
|
|
gatsbyImageData(formats: WEBP, quality: 90, width: 800)
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
wool: file(relativePath: {eq: "teambuilding/wool.jpg"}) {
|
|
|
|
|
childImageSharp {
|
|
|
|
|
gatsbyImageData(formats: WEBP, quality: 90)
|
|
|
|
|
gatsbyImageData(formats: WEBP, quality: 90, width: 800)
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
piramide: file(relativePath: {eq: "teambuilding/piramide.jpg"}) {
|
|
|
|
|
childImageSharp {
|
|
|
|
|
gatsbyImageData(formats: WEBP, quality: 90)
|
|
|
|
|
gatsbyImageData(formats: WEBP, quality: 90, width: 800)
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
}`);
|
|
|
|
|
|