This example demonstrates how to use gatsby-image
in conjunction with gatsby-source-graphcms
.
• Demo
npx degit hygraph/hygraph-examples/with-gatsby-image with-gatsby-image
Install & Run:
cd with-gatsby-image
npm install
npm run dev
# or
cd with-gatsby-image
yarn
yarn dev