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
commit6415ce083c8ee74c39d8cc30b6ceec360b1ac4a7 (patch)
tree880842ef46e94c4c2475962dc82a490b030f1c57 /astro.config.mjs
parent80c5459db5df54a80f4823db09f1251166fe704a (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",
},
},
{