Skip to content

Commit

Permalink
refactor: defer image
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Jan 24, 2024
1 parent 69b7df4 commit 53ca15a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ const featureFlags = getFeatureFlags(Astro)
<img
src="/images/creatorsgarten.svg"
alt=""
loading="lazy"
class="h-8 lg:h-12"
style="filter: invert(1);"
/>
Expand Down

0 comments on commit 53ca15a

Please sign in to comment.