We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4d383 commit a03a9d6Copy full SHA for a03a9d6
site/src/components/head/Social.astro
@@ -20,9 +20,6 @@ const socialImageSize = await getStaticImageSize(`/docs/[version]/assets/${thumb
20
<meta name="twitter:card" content="summary_large_image" />
21
<meta name="twitter:site" content=`@${getConfig().x}` />
22
<meta name="twitter:creator" content=`@${getConfig().x}` />
23
-<meta name="twitter:title" content={title} />
24
-<meta name="twitter:description" content={description} />
25
-<meta name="twitter:image" content={socialImageUrl} />
26
27
<meta property="og:url" content={new URL(Astro.url.pathname, Astro.site)} />
28
<meta property="og:title" content={title} />
0 commit comments