How do you query and display a folder of multiple images using GatsbyJS and GraphQL – SEO
I'm trying to query all images in a folder and display them in a card grid with tailwindCSS and gatsby-image. I've been able to query and display one image, but when I try to do it with a folder of…