perf: migrate to native Tailwind v4 @theme and disable inlineCss for optimal LCP

This commit is contained in:
2026-07-02 21:03:22 +02:00
parent 7eb9e0cfe6
commit 2241775a7f
2 changed files with 236 additions and 347 deletions

View File

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