You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.
Borrowing an idea from gatsby-source-prismic, it would be great if we could add a compat layer between Prismic's Imgix processing and gatsby-image, so a) we don't have to download and transform images locally (huge drain on build time), and b) we can work with rather than against the default Imgix processing (see: #177).
Borrowing an idea from gatsby-source-prismic, it would be great if we could add a compat layer between Prismic's Imgix processing and gatsby-image, so a) we don't have to download and transform images locally (huge drain on build time), and b) we can work with rather than against the default Imgix processing (see: #177).
The logic to do so is pretty straightforward, see how gatsby-source-prismic does it
The text was updated successfully, but these errors were encountered: