Skip to content

Instantly share code, notes, and snippets.

@DevanB
Created May 30, 2019 14:10
Show Gist options
  • Save DevanB/8c2a1c5aa80e09bb5664a6a1891efc49 to your computer and use it in GitHub Desktop.
Save DevanB/8c2a1c5aa80e09bb5664a6a1891efc49 to your computer and use it in GitHub Desktop.
Gatsby + Contentful Images
{
resolve: 'gatsby-plugin-sharp',
options: {
useMozJpeg: true,
defaultQuality: 100,
fixed: {
quality: 100,
},
fluid: {
quality: 100,
},
resize: {
quality: 100,
pngCompressionLevel: 1,
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment