Skip to content

Commit

Permalink
chore: 🤖 formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Jun 6, 2024
1 parent 9a9254f commit 88bdddd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/layouts/BaseHtml.astro
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +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_large_image" />
<meta property="twitter:domain" content={baseUrl} />
<meta property="twitter:url" content={`${baseUrl}/${ogMeta?.slug}`} />
<meta
Expand Down

0 comments on commit 88bdddd

Please sign in to comment.