When using Nuxt 3 (v3.17.0) with nuxt-booster (v3.2.9), the optimizeSSR.inlineStyles feature appears to ignore or truncate my global CSS files defined in nuxt.config.ts, causing the layout to break in production.
Note: On Nuxt 3 version ^3.11.2 this setup works correctly—the issue only occurs with v3.17.0.
When using Nuxt 3 (v3.17.0) with nuxt-booster (v3.2.9), the
optimizeSSR.inlineStylesfeature appears to ignore or truncate my global CSS files defined innuxt.config.ts, causing the layout to break in production.Note: On Nuxt 3 version
^3.11.2this setup works correctly—the issue only occurs with v3.17.0.