This example demonstrates how to use the Next.js Image Component with your Hygraph assets.
• Demo
npx degit hygraph/hygraph-examples/with-nextjs-image with-nextjs-image
Install & Run:
cd with-nextjs-image
npm install
npm run dev
# or
cd with-nextjs-image
yarn
yarn dev