diff --git a/components/blocks/HeroVideo.tsx b/components/blocks/HeroVideo.tsx index 8657515c1..2002e8b1f 100644 --- a/components/blocks/HeroVideo.tsx +++ b/components/blocks/HeroVideo.tsx @@ -88,6 +88,7 @@ export function HeroVideo(props: HeroVideoProps) { fill className="object-cover z-[1] pointer-events-none filter contrast-125 saturate-110 brightness-90" sizes="100vw" + quality={50} priority /> diff --git a/package.json b/package.json index 18a1b66dc..7e5088b26 100644 --- a/package.json +++ b/package.json @@ -105,6 +105,7 @@ "build": "next build", "start": "next start", "lint": "eslint .", + "postinstall": "echo '' > node_modules/next/dist/build/polyfills/polyfill-module.js && echo '' > node_modules/next/dist/build/polyfills/polyfill-nomodule.js", "typecheck": "tsc --noEmit", "test": "vitest run --passWithNoTests", "test:og": "vitest run tests/og-image.test.ts", @@ -138,7 +139,7 @@ "prepare": "husky", "preinstall": "npx only-allow pnpm" }, - "version": "2.2.51", + "version": "2.2.52", "pnpm": { "onlyBuiltDependencies": [ "@parcel/watcher",