Skip to content

Commit 8a82ce8

Browse files
rayhatfieldpieh
authored andcommitted
fix(image-processing-example): use same image for all crop examples (#20852)
1 parent ea65aea commit 8a82ce8

File tree

1 file changed

+1
-1
lines changed
  • examples/image-processing/src/pages

1 file changed

+1
-1
lines changed

examples/image-processing/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ export const pageQuery = graphql`
476476
}
477477
}
478478
}
479-
cropBottomLeft: file(relativePath: { regex: "/nyancat/" }) {
479+
cropBottomLeft: file(relativePath: { regex: "/gatsby.jpg/" }) {
480480
childImageSharp {
481481
resize(width: 180, height: 180, cropFocus: SOUTHWEST) {
482482
src

0 commit comments

Comments
 (0)