Open lightlii opened 2 years ago
As far as I can tell this plguin doesn't support gatsby's image pipeline, which is a shame and I just lost of bunch of time refactoring my code and strapi db (see https://github.com/relate-app/gatsby-source-strapi-graphql/issues/32) to find that out.
Being able to make use of Gatsby's dynamic image generation and the GatsbyImage component is an essential as it's arguably one of gatsby's most powerful features.
Could perhaps take inspiration from the core plugin eg. https://github.com/strapi/gatsby-source-strapi/blob/master/src/download-media-files.js or gatsby-plugin-graphql-image
As far as I can tell this plguin doesn't support gatsby's image pipeline, which is a shame and I just lost of bunch of time refactoring my code and strapi db (see https://github.com/relate-app/gatsby-source-strapi-graphql/issues/32) to find that out.
Being able to make use of Gatsby's dynamic image generation and the GatsbyImage component is an essential as it's arguably one of gatsby's most powerful features.
Could perhaps take inspiration from the core plugin eg. https://github.com/strapi/gatsby-source-strapi/blob/master/src/download-media-files.js or gatsby-plugin-graphql-image