diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-25 23:49:41 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-25 23:49:41 +0900 |
| commit | 6415ce083c8ee74c39d8cc30b6ceec360b1ac4a7 (patch) | |
| tree | 880842ef46e94c4c2475962dc82a490b030f1c57 | |
| parent | 80c5459db5df54a80f4823db09f1251166fe704a (diff) | |
og:image を動的生成された /og/index.png に変更
| -rw-r--r-- | astro.config.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
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", }, }, { |
