Migrate to the new GatsbyImage component and confirm the images you see have not changed
Add a ✅ gatsby-plugin-image comment below if it does,
or a ⛔️ gatsby-plugin-image with more information if it does not.
Migration can be done one query at the time, no need to migrate all at once as the fluid and fixed resolvers are still there together with the new gatsbyImageData. Check out the examples for gatsby-image and gatsby-plugin-images side by side.
We need help testing this PR, especially on existing larger projects 🙏
Install the beta version:
yarn add gatsby-transformer-cloudinary@beta
ornpm install gatsby-transformer-cloudinary@beta
Test that
gatsby-image
still works:✅ gatsby-image
comment below if it does,⛔️ gatsby-image
with more information if it does not.Test that
gatsby-plugin-image
works:yarn add gatsby-plugin-image@1.14.2
ornpm install gatsby-plugin-image@1.14.2
✅ gatsby-plugin-image
comment below if it does,⛔️ gatsby-plugin-image
with more information if it does not.Migration can be done one query at the time, no need to migrate all at once as the
fluid
andfixed
resolvers are still there together with the newgatsbyImageData
. Check out the examples for gatsby-image and gatsby-plugin-images side by side.