We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a6e9f commit b576211Copy full SHA for b576211
packages/gatsby-transformer-sharp/src/customize-schema.js
@@ -453,7 +453,6 @@ const imageNodeType = ({
453
not know the formats of the source images, as this could lead to unwanted results such as converting JPEGs to PNGs. Specifying
454
both PNG and JPG is not supported and will be ignored.
455
`,
456
- defaultValue: [`auto`, `webp`],
457
},
458
outputPixelDensities: {
459
type: GraphQLList(GraphQLFloat),
0 commit comments