diff --git a/components/blocks/HeroVideo.tsx b/components/blocks/HeroVideo.tsx index 009cf9373..fcbe0e028 100644 --- a/components/blocks/HeroVideo.tsx +++ b/components/blocks/HeroVideo.tsx @@ -87,6 +87,7 @@ export function HeroVideo(props: HeroVideoProps) { src={posterSrc} alt={posterAlt} fill + unoptimized className="object-cover z-[1] pointer-events-none filter contrast-125 saturate-110 brightness-90" sizes="100vw" priority diff --git a/next.config.mjs b/next.config.mjs index f79a25db5..2c141a319 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -15,6 +15,7 @@ const nextConfig = { pagesBufferLength: 2, }, experimental: { + optimizeCss: true, staleTimes: { dynamic: 0, static: 30,