mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
removed priority
was getting nextjs error on browser, and it should lazy load anyway
This commit is contained in:
parent
b269bee3f7
commit
27e8f303ec
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ export default function BrowserComplexityExample() {
|
||||||
<CachedImage
|
<CachedImage
|
||||||
width={1620}
|
width={1620}
|
||||||
height={900}
|
height={900}
|
||||||
priority
|
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
key={i}
|
key={i}
|
||||||
src={`www/public/browsers/image${i + 1}.png`}
|
src={`www/public/browsers/image${i + 1}.png`}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue