From 43ad5b3ec6278a88b7977c90c1997355f6fdb79f Mon Sep 17 00:00:00 2001 From: Valentyne Stigloher Date: Thu, 7 Nov 2024 12:55:55 +0100 Subject: [PATCH] (nuxt) disable inline styles as our stylesheets are around 300 kB and this makes the HTML quite large --- nuxt.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 81d1773c8..3cd85b8e6 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -120,6 +120,9 @@ export default defineNuxtConfig({ host: hostname, // listen on any host name port, }, + features: { + inlineStyles: false, + }, compatibilityDate: '2024-07-06', nitro: { rollupConfig: {