css is not loaded when javascript is disabled in the browser
[issue link]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?