Skip to content

Commit

Permalink
fix: featured blog cover image should load in priority
Browse files Browse the repository at this point in the history
  • Loading branch information
mwskwong committed Dec 27, 2024
1 parent a0d05c2 commit 371ef89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/blog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const BlogPage: FC = async () => {
{featuredArticle.coverPhoto ? (
<Image
fill
priority
alt={featuredArticle.title}
className="object-cover"
src={featuredArticle.coverPhoto}
Expand Down

0 comments on commit 371ef89

Please sign in to comment.