add custom image model, fetch alt text
This commit is contained in:
@ -32,7 +32,7 @@ export const EventItem = ({
|
||||
{event.featuredImage && (
|
||||
<Image
|
||||
src={event.featuredImage.url}
|
||||
alt=""
|
||||
alt={event.featuredImage.alt}
|
||||
width={0}
|
||||
height={0}
|
||||
sizes="20vw"
|
||||
|
Reference in New Issue
Block a user