perf(hero): split HeroVideo into a Server Component to bypass React Hydration LCP block

This commit is contained in:
2026-07-03 01:00:07 +02:00
parent db6492207d
commit 52f9774478
20 changed files with 50151 additions and 48 deletions

View File

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