removed priority

was getting nextjs error on browser,
and it should lazy load anyway
This commit is contained in:
NOCanoa 2024-10-17 20:06:09 +01:00
parent b269bee3f7
commit 27e8f303ec

View file

@ -33,7 +33,6 @@ export default function BrowserComplexityExample() {
<CachedImage
width={1620}
height={900}
priority
loading="lazy"
key={i}
src={`www/public/browsers/image${i + 1}.png`}