perf: enable experimental.inlineCss to eliminate 380ms render-blocking CSS waterfall

This commit is contained in:
2026-06-27 07:20:50 +02:00
parent 1f666d1b34
commit f1732917bc

View File

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