Skip to content

Commit 64c2abf

Browse files
committed
edit image width to FULL_LAYOUT
1 parent bddc0f6 commit 64c2abf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/pages/quizzes.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,7 @@ export const query = graphql`
221221
}
222222
heroImage: file(relativePath: { eq: "heroes/quizzes-hub-hero.png" }) {
223223
childImageSharp {
224-
gatsbyImageData(
225-
width: 624
226-
layout: CONSTRAINED
227-
placeholder: BLURRED
228-
quality: 100
229-
)
224+
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
230225
}
231226
}
232227
}

0 commit comments

Comments
 (0)