Remove property alt

It's not recognized for an object of type ImageObject
This commit is contained in:
Ahmad Al Maaz 2021-06-24 19:59:23 +03:00
parent aa493147da
commit 179366a1b0

View File

@ -39,7 +39,6 @@ export const BlogSeo = ({ title, summary, date, lastmod, url, images = [] }) =>
return {
'@type': 'ImageObject',
url: `${siteMetadata.siteUrl}${img}`,
alt: title,
}
})