Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 976c9cd

Browse files
committed
remove ogImage alt and sizes
1 parent a6978f3 commit 976c9cd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

functions/formatDefaultSeoData.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ export default function formatDefaultSeoData(seoData) {
2121
siteName: siteSeo?.schema?.siteName ?? '',
2222
images: [
2323
{
24-
url: siteSeo?.openGraph?.defaultImage?.sourceUrl ?? '',
25-
alt: siteSeo?.openGraph?.defaultImage?.altText ?? '',
26-
height: 150,
27-
width: 150
24+
url: siteSeo?.openGraph?.defaultImage?.sourceUrl ?? ''
2825
}
2926
]
3027
},

0 commit comments

Comments
 (0)