We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081fe45 commit 37438adCopy full SHA for 37438ad
src/components/card/card.astro
@@ -22,7 +22,7 @@ const { title, subtitle, url, image } = Astro.props;
22
src={image}
23
width={600}
24
height={375}
25
- alt=""
+ alt=`Card image - ${title}`
26
class="not-prose rounded-xl aspect-[3/2] w-full"
27
loading="lazy"
28
/>
0 commit comments