From 1c8818827ae17b28952d92794dfe7d0aa2bc4613 Mon Sep 17 00:00:00 2001 From: coliff Date: Thu, 24 Apr 2025 18:54:28 +0900 Subject: [PATCH] Docs: Remove unneeded Twitter/X metatags No need to define description, title and image since it'll use OpenGraph ones anyway (which are identical). Removing this will save some bytes. :-) See bottom section at: https://developer.x.com/en/docs/x-for-websites/cards/guides/getting-started#twitter-cards-and-open-graph --- site/src/components/head/Social.astro | 3 --- 1 file changed, 3 deletions(-) diff --git a/site/src/components/head/Social.astro b/site/src/components/head/Social.astro index 8f02f86fb4..bf97d1e8be 100644 --- a/site/src/components/head/Social.astro +++ b/site/src/components/head/Social.astro @@ -20,9 +20,6 @@ const socialImageSize = await getStaticImageSize(`/docs/[version]/assets/${thumb - - -