diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-21 08:08:23 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-21 08:08:23 +0900 |
| commit | ce2e979bd2d803568e27b306f6cde81ba9fc4522 (patch) | |
| tree | 5ab493824a734ad91a9ea10c20af81e12cb998d5 /src/pages/contact.astro | |
| parent | 62fc2a7643d85a9e43f64088484670bd4fd52096 (diff) | |
SEO: 各ページに固有の説明文を追加し、はなこタイムスの画像を自前ホストに
Diffstat (limited to 'src/pages/contact.astro')
| -rw-r--r-- | src/pages/contact.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/contact.astro b/src/pages/contact.astro index 00aa3c0..b96e3ab 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -2,7 +2,7 @@ import StarlightPage from "@astrojs/starlight/components/StarlightPage.astro"; --- -<StarlightPage frontmatter={{ title: "コンタクト" }}> +<StarlightPage frontmatter={{ title: "コンタクト", description: "市政へのご意見・ご質問・ご提案、取材やメディア掲載のご連絡はこちらからお寄せください。" }}> <h2>お問い合わせ</h2> <p> 小平市を更によくするために皆さんの声をお寄せください。ご意見・ご質問・ご提案等いつでもお気軽にご連絡下さい。 |
