You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New to nuxt.
I am using this plugin along with content module.
Every thing works fine, however pinceau-theme styles <style id="pinceau-theme">
is being included in every page of static generated site.
Is there some where to isolate this to a single css file which can be thn included in page, so it doesnt pollute every page
and the css file can be seperately cached by browsers
The text was updated successfully, but these errors were encountered:
I'm very interested in reading how you would prefer the Pinceau theme sheet to be loaded.
You would prefer that to only be included on the pages where you use typography, right?
Tahul
changed the title
Avoid pinceau-theme from being included in every page of static site
[DX] Avoid pinceau-theme from being included in every static page
May 17, 2023
New to nuxt.
I am using this plugin along with content module.
Every thing works fine, however
pinceau-theme
styles<style id="pinceau-theme">
is being included in every page of static generated site.
Is there some where to isolate this to a single css file which can be thn included in page, so it doesnt pollute every page
and the css file can be seperately cached by browsers
The text was updated successfully, but these errors were encountered: