NuxtN
Nuxt2y ago
dwol

How to prerender nuxt-content with nuxt generate and ssr:false?

Is there an offical way to prerender nuxt-content using nuxt generate? Ive found this on github: https://github.com/nuxt/content/issues/1746,
content: {
    experimental: {
      clientDB: true
    }
  }

I think its working but it still gives me this warning when running nuxt generate HTML content not prerendered because ssr: false was set.. Also that config is not found in the nuxt content docs at all.
GitHub
The file-based CMS for your Nuxt application, powered by Markdown and Vue components. - Issues · nuxt/content
Was this page helpful?