GraphCMS ⨯ Next.js i18n Routing

このプロジェクトは graphcms-examples から作成した。

Join our Slack

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

Demo

Deploy with Vercel Clone project

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