gatsby-uc / plugins

Monorepo for plugins in the Gatsby User Collective.
https://gatsbyuc.dev
MIT License
58 stars 34 forks source link

feat(gatsby-source-strapi): Support Gatsby Image CDN #335

Open graysonhicks opened 2 years ago

graysonhicks commented 2 years ago

Hi! Gatsby Cloud now offers an Image CDN that allows users to take full advantage of gatsby-plugin-image, without sacrificing build speed. I noticed that Strapi doesn't support it, but there are docs for adding support here. This wouldn't affect non-Gatsby Cloud users, but greatly reduces build time for users with lots of images.

Happy to pair up to get this integrated!

laurenskling commented 1 year ago

I would be happy to merge this in if somebody could make a PR for it