Rendering modes probelm (SSG).
What is needed to create a NUXT static site?
Is npm run generate or should I set the target: 'static' in nuxt.config?
In this case do i need to set ssr: false?
Does using both ssr: false and target:'static' produce an SPA build?
Many thanks for clarification.
1 Reply
nuxi generate should be all you need