Skip to content

Commit

Permalink
fix: use eager loading for navbar logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaurus committed Apr 13, 2024
1 parent fb81580 commit 06c38cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const Navbar = async () => {
alt={`${siteView.site.name} logo`}
className={"mr-1"}
height={32}
loading={"eager"}
priority={true}
src={siteView.site.icon}
width={32}
Expand Down

0 comments on commit 06c38cb

Please sign in to comment.