Closed hartmut-co-uk closed 2 years ago
Hi, with a freshly created project from content-wind, generate, preview the pre-rendered website doesn't seem to work, though the generate step seems successful.
Is this a problem with content v2 or with this template?
Reproduce:
npx nuxi init my-website -t atinux/content-wind cd my-website yarn install yarn generate yarn preview
Now visit http://localhost:3000/about
The 'home' page flickers and then is re-rendered with some error:
I believe the preview command does not support static site generation so far, you can use the serve package on the dist/ directory to preview.
preview
dist/
Hi, with a freshly created project from content-wind, generate, preview the pre-rendered website doesn't seem to work, though the generate step seems successful.
Is this a problem with content v2 or with this template?
Reproduce:
Now visit http://localhost:3000/about
The 'home' page flickers and then is re-rendered with some error: