Skip to content

Commit

Permalink
Fix blurred placeholder image issue and upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smthomas committed May 5, 2022
1 parent 725f18e commit 52e33d9
Show file tree
Hide file tree
Showing 3 changed files with 5,060 additions and 6,082 deletions.
2 changes: 1 addition & 1 deletion src/components/ProductListing/ProductListing.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const ProductListing = () => (
featuredImage {
id
altText
gatsbyImageData(width: 910, height: 910, placeholder: "blurred")
gatsbyImageData(width: 910, height: 910, placeholder: BLURRED)
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/ProductPageTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const query = graphql`
images {
id
altText
gatsbyImageData(width: 910, height: 910, placeholder: "blurred")
gatsbyImageData(width: 910, height: 910, placeholder: BLURRED)
}
}
}
Expand Down
Loading

0 comments on commit 52e33d9

Please sign in to comment.