#How to prerender Nuxt Content when ssr is disabled?

1 messages · Page 1 of 1 (latest)

teal ingot
#

is there any way to prerender nuxt content when ssr is set to false? when using the generate command

weak hill
#

The only way I’ve found to reliably do this is with setting ssr to true. You can still run generate with ssr: true. There’s also the experimental/ client build config option but it doesn’t seem very reliable for me.