Nuxt Content Markdown gets only rendered with server side rendering
I use nuxt content for a markdown component and in dev mode everything works fine but it doesnt render when i use
nuxt generate
.
How do i fix this?1 Reply
The only way I've reliably gotten this to work is by setting ssr true and generating it that way.
You can still generate the static site with ssr true.
The only thing with this that is annoying is you may have to deal with hydration errors.