Skip to content

Commit

Permalink
big img
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDTR committed Oct 9, 2024
1 parent c59e601 commit a156d15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ const { imgLink, title, subtitle } = Astro.props;
{subtitle && <meta property="og:description" content={subtitle} />}
{imgLink && <meta property="og:image:width" content="1200" />}
{imgLink && <meta property="og:image:height" content="630" />}
<meta property="og:type" content="article" /><meta
name="twitter:card"
content="summary_large_image"
/>
<meta property="theme-color" content="#f0e7d8" />
</head>
<body>
Expand Down

0 comments on commit a156d15

Please sign in to comment.