Storyblok Next.js Multi-language Blog
This is the example repository for building a multi-language blog with Storyblok.
Follow our The Complete Guide to Build a Full Blown Multilanguage Website with Next.js tutorial to set it up
- Clone the example space with this link: https://app.storyblok.com/#!/build/95804
- Enter your preview token in the
pages/_app.js
file - Install dependencies and start the development server
npm install && npm run dev
- Add your https://localhost:3010 as the default location URL in your Storyblok space settings
Learn More
To learn more about Next.js, take a look at the following resources:
- Add a headless CMS to Next.js in 5 minutes - Tutorial to get started with Next.js & Storyblok
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.