Davounet / nuxt-ssg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt SSG with Storyblok

This is a basic reproduction of a weird problem with nuxt3 prerender/static rendering. The first load of a page uses the __NUXT__ payload and does not call the CMS api, but any navigation to another page will.

A deployed version on netlify is available here. It is deplyed through the build command and not the generate one.

About


Languages

Language:Vue 67.2%Language:JavaScript 10.7%Language:TypeScript 9.6%Language:HTML 8.2%Language:CSS 4.2%