diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-25 23:03:37 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-25 23:03:37 +0900 |
| commit | e2e445a028d461da5dbc395e1f04f66e6f258b39 (patch) | |
| tree | e45790f69e797f0595ca78f41a24b717b50cdb59 | |
| parent | 91d404798e046f4784deadc82b629235e79cc127 (diff) | |
OGP画像を faceicon.jpg に変更(og:image + JSON-LD Person.image)
| -rw-r--r-- | astro.config.mjs | 6 | ||||
| -rw-r--r-- | public/img/faceicon.jpg | bin | 0 -> 39279 bytes |
2 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"], }), diff --git a/public/img/faceicon.jpg b/public/img/faceicon.jpg Binary files differnew file mode 100644 index 0000000..1060d6c --- /dev/null +++ b/public/img/faceicon.jpg |
