aboutsummaryrefslogtreecommitdiffhomepage
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-25 23:03:37 +0900
committerYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-25 23:03:37 +0900
commite2e445a028d461da5dbc395e1f04f66e6f258b39 (patch)
treee45790f69e797f0595ca78f41a24b717b50cdb59 /astro.config.mjs
parent91d404798e046f4784deadc82b629235e79cc127 (diff)
OGP画像を faceicon.jpg に変更(og:image + JSON-LD Person.image)
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs6
1 files changed, 2 insertions, 4 deletions
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"],
}),