Skip to content

Commit

Permalink
fix: don't lazy-load noise grid
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhanadev committed Jan 3, 2025
1 parent e7606a2 commit 812a44b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ import heroNoiseGrid from "../assets/hero-noise-grid.webp";
src={heroNoiseGrid}
alt="A grid of dots that have been distorted into a wave-like pattern."
class="hidden lg:block absolute top-0 left-0 z-[-1] w-[50%] lg:w-[55%]"
decoding="sync"
loading="eager"
fetchpriority="high"
/>
</div>
<div
Expand Down

0 comments on commit 812a44b

Please sign in to comment.