From a9f16b49cc417dfc85c56ab6d5c61492d304c566 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Thu, 2 Jul 2026 12:26:05 +0200 Subject: [PATCH] fix(performance): disable inlineCss to reduce HTML size from 557KB to 162KB and fix FCP fluctuations --- next.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 999ead2dc..a1dcb64d9 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -15,7 +15,6 @@ const nextConfig = { pagesBufferLength: 2, }, experimental: { - inlineCss: true, staleTimes: { dynamic: 0, static: 30,