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

Can you add a getStaticPaths example? #28

Open JohnAllen opened 2 years ago

JohnAllen commented 2 years ago

This example is out of date and uses a POST request to make getStories queries. And the example in this repo uses a plain react functional component and neither of getStaticProps or getStaticPaths which are kind of core to NextJs.