Using gatsby-image with Contentful
Recently I have been building a new site similar to a blog-style site (more of a news site), and am of course using Gatsby and then switching my CMS to the more popular Contentful. I was able to easily set up all the content and pull it into front-end, but my site was performing poorly on the lighthouse audit because all my images where being dynamically loaded directing into a `<img src={}/>.`...
Gatsby
JavaScript
Contentful