news
This commit is contained in:
parent
1316581af9
commit
68d9f13d1e
|
@ -78,12 +78,12 @@ export const query = graphql`
|
||||||
external
|
external
|
||||||
thumbnail {
|
thumbnail {
|
||||||
childImageSharp {
|
childImageSharp {
|
||||||
gatsbyImageData(width: 320, height: 170, placeholder: BLURRED, formats: [AUTO, WEBP, AVIF])
|
gatsbyImageData(width: 320, height: 170, placeholder: BLURRED, transformOptions: { cropFocus: CENTER })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
avatar {
|
avatar {
|
||||||
childImageSharp {
|
childImageSharp {
|
||||||
gatsbyImageData(width: 40, placeholder: BLURRED, formats: [AUTO, WEBP, AVIF])
|
gatsbyImageData(width: 40, placeholder: BLURRED, transformOptions: { cropFocus: CENTER })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue