storyblok / react-next-boilerplate

Nextjs Storyblok boilerplate
https://www.storyblok.com/tp/add-a-headless-cms-to-next-js-in-5-minutes
64 stars 34 forks source link

Update component structure as described in current tutorial #10

Closed selamanse closed 3 years ago

selamanse commented 4 years ago

Possibly Closes #1.

As far as I understand the goal is to update the nextjs framework and components of this app integration for storyblok usage as described here: https://www.storyblok.com/tp/next-js-react-guide

So now this works as described (for the first integration part) for nextjs 9.5.3 and is also tested against the current storyblok (blank space with home site).

I readded the slug query - although I did not understand where the slug is coming from.

Updates to Schema from storyblok work as designed and the previews update while servicing the app from local.

Did not test from vercel yet.