From 5ba682d5f70a21adc8e07c5f6131fdf3ce7d543e Mon Sep 17 00:00:00 2001 From: Yasutake Yohei Date: Wed, 1 Jul 2026 10:47:16 +0900 Subject: OG画像: twitter:image を追加、URLに ?v=2 を付与 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astro.config.mjs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index 4d5e8e7..4c38017 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -183,7 +183,7 @@ export default defineConfig({ tag: "meta", attrs: { property: "og:image", - content: "https://yasutakeyohei.com/og/index.png", + content: "https://yasutakeyohei.com/og/index.png?v=2", }, }, { @@ -193,6 +193,13 @@ export default defineConfig({ content: "summary_large_image", }, }, + { + tag: "meta", + attrs: { + name: "twitter:image", + content: "https://yasutakeyohei.com/og/index.png?v=2", + }, + }, { tag: "script", attrs: { type: "application/ld+json" }, -- cgit v1.3.1