Skip to content

Latest commit

 

History

History
 
 

with-nextjs-i18n-routing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

GraphCMS ⨯ Next.js i18n Routing

Join our Slack

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

Demo

Deploy with Vercel

How to Use

Download Manually

npx degit graphcms/graphcms-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