We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddc0f6 commit 64c2abfCopy full SHA for 64c2abf
src/pages/quizzes.tsx
@@ -221,12 +221,7 @@ export const query = graphql`
221
}
222
heroImage: file(relativePath: { eq: "heroes/quizzes-hub-hero.png" }) {
223
childImageSharp {
224
- gatsbyImageData(
225
- width: 624
226
- layout: CONSTRAINED
227
- placeholder: BLURRED
228
- quality: 100
229
- )
+ gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
230
231
232
0 commit comments