strapi / strapi-starter-gatsby-corporate

strapi-starter-gatsby-corporate-git-main-strapijs.vercel.app
MIT License
27 stars 8 forks source link

Images in Demo are not gatsby-images #29

Open graysonhicks opened 2 years ago

graysonhicks commented 2 years ago

👋 First, thanks for the great looking demo with Gatsby! I noticed that the demo itself has a few images that are not being turned in to gatsby-images. They can be seen in the Pagespeed report here.

image

As you can see, they add quite a bit of a penalty to the demo's score. I believe it ultimately ties to this line of logic, but I don't have access to the Strapi instance for the demo, so can't do my testing locally.

Here is the markup showing they are plain img tags:

image

Would be great to see why those images aren't being rendered properly so the demo can gain a few more Lighthouse points. Happy to help get it resolved if needed, thanks!