mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +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
|
||||
width={1620}
|
||||
height={900}
|
||||
priority
|
||||
loading="lazy"
|
||||
key={i}
|
||||
src={`www/public/browsers/image${i + 1}.png`}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue