Welcome to this sample project for Next.js! This project serves as a quick starter for integrating Storyblok, a headless CMS, into your web development projects.
For starting, you can access to the Portfolio
folder.
In the folder you have some files like:
pages/_app.js
: the configuration with Storyblok API;pages/index.js
: the initialization of the Storyblok Bridge.