Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1001 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 1001 Bytes

Hygraph ⨯ Next.js Image Component

Join our Slack

This example demonstrates how to use the Next.js Image Component with your Hygraph assets.

Demo

Deploy with Vercel Clone project

How to Use

Download Manually

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

Run on Codesandbox

Develop with Codesandbox