Duplicate styles in onRenderClient.css and onRenderHtml.css #1948
Unanswered
shishkin17
asked this question in
Help & Questions
Replies: 1 comment 1 reply
-
What's your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There used to be just one file generated for styles - onRenderClient.css.
I updated vike and vite (used pretty old versions) and noticed that now it generates more css files including onRenderClient.css and onRenderHtml.css.
I use SSG model. So when I prerender the site I get 2 css files with almost the same content.
I am confused: is this doing vike or vite?
Can you please give a hint if I can control it somehow or make a workaround?
Beta Was this translation helpful? Give feedback.
All reactions