From e2e445a028d461da5dbc395e1f04f66e6f258b39 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Thu, 25 Jun 2026 23:03:37 +0900 Subject: OGP画像を faceicon.jpg に変更(og:image + JSON-LD Person.image) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astro.config.mjs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index b87a554..fa0b059 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -181,8 +181,7 @@ export default defineConfig({ tag: "meta", attrs: { property: "og:image", - content: - "https://yasutakeyohei.com/img/yasutake-yohei-city-council.jpg", + content: "https://yasutakeyohei.com/img/faceicon.jpg", }, }, { @@ -212,8 +211,7 @@ export default defineConfig({ addressCountry: "JP", }, }, - image: - "https://yasutakeyohei.com/img/yasutake-yohei-city-council.jpg", + image: "https://yasutakeyohei.com/img/faceicon.jpg", url: "https://yasutakeyohei.com/", sameAs: ["https://twitter.com/yasutakeyohei"], }), -- cgit v1.3.1