diff options
| author | Yasutake Yohei <yohei@yasutakeyohei.com> | 2026-07-01 10:47:16 +0900 |
|---|---|---|
| committer | Yasutake Yohei <yohei@yasutakeyohei.com> | 2026-07-01 10:47:16 +0900 |
| commit | 5ba682d5f70a21adc8e07c5f6131fdf3ce7d543e (patch) | |
| tree | 4dd6c9c8dcedb4e20ac115dc78aff0d4dbd6535d /astro.config.mjs | |
| parent | 858399c8eca9e5d8993ffe45eac32687032f2fe7 (diff) | |
OG画像: twitter:image を追加、URLに ?v=2 を付与
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index 4d5e8e7..4c38017 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -183,7 +183,7 @@ export default defineConfig({ tag: "meta", attrs: { property: "og:image", - content: "https://yasutakeyohei.com/og/index.png", + content: "https://yasutakeyohei.com/og/index.png?v=2", }, }, { @@ -194,6 +194,13 @@ export default defineConfig({ }, }, { + tag: "meta", + attrs: { + name: "twitter:image", + content: "https://yasutakeyohei.com/og/index.png?v=2", + }, + }, + { tag: "script", attrs: { type: "application/ld+json" }, content: JSON.stringify({ |
