Skip to content
Discussion options

You must be logged in to vote

Option 1:

  • uncomment ssr: false in nuxt.config.ts
  • downgrade Nuxt to 4.4.2 (at least I needed to downgrade because of nuxt#34957)

Option 2:

  • move the layers.css file to public folder
  • add app: { head: { link: [{ rel: 'stylesheet', href: '/layers.css' }] } }, in nuxt.config.ts
  • remove assets/styles/layers.css entry from css: [...]

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@J-Sek
Comment options

J-Sek May 5, 2026
Maintainer

Answer selected by J-Sek
@vmihailenco
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants