Skip to content

Commit

Permalink
fix: corrected image alt text field name for blog items
Browse files Browse the repository at this point in the history
  • Loading branch information
allison-truhlar committed May 24, 2024
1 parent 916f78d commit e7a366a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/blog/BlogListItem.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const baseUrl = import.meta.env.BASE_URL;
widths={[400, 900]}
width={900}
sizes="(max-width: 900px) 400px, 900px"
alt={post.data["image alt text"]}
alt={post.data["image caption"]}
aspectRatio="16:9"
loading="lazy"
decoding="async"
Expand Down

0 comments on commit e7a366a

Please sign in to comment.