Skip to content

Commit d9187c7

Browse files
committed
[RZA-250159]: image height updated in meta
1 parent cb8e8ba commit d9187c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/BaseHead.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const socialImageURL = new URL(ogImage ? ogImage : "/assets/images/ABCD-blue.png
5151
<meta property="og:image" content={socialImageURL} />
5252
<meta property="og:image:alt" content={description} />
5353
<meta property="og:image:width" content="1200" />
54-
<meta property="og:image:height" content="630" />
54+
<meta property="og:image:height" content="1200" />
5555
{
5656
articleDate && (
5757
<>

0 commit comments

Comments
 (0)