Skip to content

Latest commit

 

History

History

with-nextjs-image

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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