aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
author安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com>2024-01-21 22:45:25 +0900
committer安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com>2024-01-21 22:45:25 +0900
commit66cc13867b0fe9ec5e061ff651535a9cb784fd82 (patch)
treeeef6a9711deca56f2cdcd5204113e54af6bf46a7 /src/pages
parent7231ccee3b31863a5f18ea7f4d9e73e625a71f3c (diff)
titleとdescriptionを変更
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/index.js b/src/pages/index.js
index e4002351..4911ba02 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -33,8 +33,8 @@ export default function Home() {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
- title={`Hello from ${siteConfig.title}`}
- description="Description will go into a meta tag in <head />">
+ title={`${siteConfig.title}`}
+ description="東京都小平市議会議員・安竹洋平のまとめ">
<HomepageHeader />
<main>
<HomepageFeatures />