Skip to content

Commit d14c568

Browse files
authored
Merge branch 'master' into copilot/fix-truncated-page-data-error
2 parents 1d26bdc + 5ba06f3 commit d14c568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/sections/Learn/Workshop-grid

src/sections/Learn/Workshop-grid/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const WorkshopsPage = () => {
3636
eurl
3737
thumbnail {
3838
childImageSharp {
39-
gatsbyImageData(layout: FULL_WIDTH)
39+
gatsbyImageData(layout: CONSTRAINED, width: 600)
4040
}
4141
extension
4242
publicURL

0 commit comments

Comments
 (0)