aboutsummaryrefslogtreecommitdiffhomepage
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-25 23:49:41 +0900
committerYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-25 23:49:41 +0900
commit4def6178c5953692fe7947ecc3a7446162a88beb (patch)
tree21e15a29ff757b7ab36cfeb8055ef2ec6d79c470 /astro.config.mjs
parent951cf56ba8251e95a913da17ba1f679bbe29b27c (diff)
og:image を動的生成された /og/index.png に変更
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs2
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",
},
},
{