From 6415ce083c8ee74c39d8cc30b6ceec360b1ac4a7 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Thu, 25 Jun 2026 23:49:41 +0900 Subject: og:image を動的生成された /og/index.png に変更 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index fa0b059..c4f741f 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -181,7 +181,7 @@ export default defineConfig({ tag: "meta", attrs: { property: "og:image", - content: "https://yasutakeyohei.com/img/faceicon.jpg", + content: "https://yasutakeyohei.com/og/index.png", }, }, { -- cgit v1.3.1