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