relate-app / gatsby-source-strapi-graphql

A Gatsby source plugin for building websites using Strapi as a data source
BSD Zero Clause License
32 stars 9 forks source link

Support Gatsby's image pipeline (gatsby-plugin-image etc) #34

Open lightlii opened 2 years ago

lightlii commented 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