prismicio / prismic-gatsby

Gatsby plugins for building websites using Prismic
https://prismic.io/docs/technologies/gatsby
Apache License 2.0
313 stars 97 forks source link

fix: remove default `q=50` Imgix parameter for Gatsby images #503

Closed angeloashmore closed 2 years ago

angeloashmore commented 2 years ago

Package

Types of changes

Description

This PR removes the default q=50 Imgix URL parameter added to all images by gatsby-source-prismic and, by extension, gatsby-plugin-prismic-previews.

For more details on why this was changed, see: #498

Thanks to @jodiedoubleday for reporting this.

Checklist:

🐈