perf(css): remove inlineCss:false to fix 300ms render-blocking delay

This commit is contained in:
2026-07-03 00:54:35 +02:00
parent 7d53ca5a11
commit 99ae6d90c2

View File

@@ -15,7 +15,6 @@ const nextConfig = {
pagesBufferLength: 2,
},
experimental: {
inlineCss: false,
staleTimes: {
dynamic: 0,
static: 30,