nuxt-themes / typography

Beautifully customizable Prose components for Nuxt Content.
https://typography.nuxt.space
MIT License
167 stars 8 forks source link

[Bug] Styles do not load when using ssr : false #23

Closed XStarlink closed 1 year ago

XStarlink commented 1 year ago

When I use ssr: false in nuxt.config.ts with Nuxt Typography,

The <style id="pinceau-theme"> tag that is supposed to contain the --prose-[...] style variables is empty in the head of the page, which displays the Nuxt Content markdown without any style.

Is it possible to make this nice theme work even with ssr: false?

Tahul commented 1 year ago

Hello @XStarlink!

Could you send me a reproduction of this issue?

I think this has been fixed in latest versions of Pinceau, but I would happily help if you still encounter it!

XStarlink commented 1 year ago

Hello @Tahul

Thank you very much, the problem is solved!