Skip to content

Commit

Permalink
refactor: 💡 change twitter card from large image to regular
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Jun 17, 2024
1 parent 36563ca commit 2cb315a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BaseHtml.astro
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const baseUrl = getSiteUrl();
content={ogMeta?.image || settings.site.metadata.image}
/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:domain" content={baseUrl} />
<meta property="twitter:url" content={`${baseUrl}/${ogMeta?.slug}`} />
<meta
Expand Down

0 comments on commit 2cb315a

Please sign in to comment.