I migrated a Vue.js app to Nuxt.js recently to create a static site.
- Everything works great with Javascript enabled in the browser.
- Without Javascript in the browser, content and navigation works perfectly, but the website does not load the CSS.
It seems the CSS is loaded through Javascript. Can it be merged from all the components and load it from a static resource?
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1941">#c1941</a>)</em></sub></div>