(nuxt) disable inline styles as our stylesheets are around 300 kB and this makes the HTML quite large

This commit is contained in:
Valentyne Stigloher 2024-11-07 12:55:55 +01:00
parent 065d944f65
commit 43ad5b3ec6

View File

@ -120,6 +120,9 @@ export default defineNuxtConfig({
host: hostname, // listen on any host name host: hostname, // listen on any host name
port, port,
}, },
features: {
inlineStyles: false,
},
compatibilityDate: '2024-07-06', compatibilityDate: '2024-07-06',
nitro: { nitro: {
rollupConfig: { rollupConfig: {