Skip to content

Latest commit

 

History

History

with-nextjs-i18n-routing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Hygraph ⨯ Next.js i18n Routing

Join our Slack

This example demonstrates how to use Next.js Internationalized Routing with localized Hygraph content.

Demo

Deploy with Vercel Clone project

How to Use

Download Manually

npx degit hygraph/hygraph-examples/with-nextjs-i18n-routing with-nextjs-i18n-routing

Install & Run:

cd with-nextjs-i18n-routing
npm install
npm run dev
# or
cd with-nextjs-i18n-routing
yarn
yarn dev

Run on Codesandbox

Develop with Codesandbox