Skip to content

Commit ab89084

Browse files
committed
Pass heroImage to BaseHead for OG image
1 parent bf25e04 commit ab89084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/BlogPost.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const { title, description, pubDate, updatedDate, heroImage } = Astro.props;
1313

1414
<html lang="en">
1515
<head>
16-
<BaseHead title={title} description={description} />
16+
<BaseHead title={title} description={description} image={heroImage} />
1717
<style>
1818
main {
1919
width: calc(100% - 2em);

0 commit comments

Comments
 (0)