aboutsummaryrefslogtreecommitdiffhomepage
path: root/astro.config.mjs
diff options
context:
space:
mode:
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"],
}),