Skip to content

Commit

Permalink
do not lazy load navbar logo
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangohjw committed Dec 29, 2024
1 parent 0c96d1b commit ae70e19
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const Navbar = ({
className:
"max-h-[48px] max-w-[128px] object-contain object-center lg:mr-3",
assetsBaseUrl: site.assetsBaseUrl,
lazyLoading: false, // will always be above the fold
}}
LinkComponent={LinkComponent}
/>
Expand Down

0 comments on commit ae70e19

Please sign in to comment.