This example demonstrates how to use Next.js Internationalized Routing with localized GraphCMS content.
• Demo
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