nextjs-course-code icon indicating copy to clipboard operation
nextjs-course-code copied to clipboard

10 prj blog

Open edwestfieldjr opened this issue 3 years ago • 0 comments

The customRenderer Image component's alt property should be set to {image.properties.alt} instead of {image.alt} :

            <Image
              src={`/images/posts/${post.slug}/${image.properties.src}`}
              alt={image.properties.alt}
              width={600}
              height={300}
            />

Thanks, -Ed

edwestfieldjr avatar Nov 30 '22 20:11 edwestfieldjr