#How to prerender Nuxt Content when ssr is disabled?
1 messages · Page 1 of 1 (latest)
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.