Skip to content

Commit 0101b35

Browse files
authored
Merge pull request #8 from ensan-hcl/fix/small_refinement
chore: 微調整
2 parents a009103 + 94380f3 commit 0101b35

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/pages/Desktop.vue

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div>
33
<PageHeader>
44
<ArticleHeader1>
5-
<span class="text">azooKey macOS版</span>
5+
<span class="text">macOS版</span> <span class="text">azooKey</span>
66
</ArticleHeader1>
77
<!-- Place this tag where you want the button to render. -->
88
<p>
@@ -55,14 +55,13 @@ import PageArticle from '../components/PageArticle.vue'
5555
import { useHead, useSeoMeta } from '@unhead/vue'
5656
import GitHubButton from 'vue-github-button'
5757
58-
const title = 'azooKey on macOS'
58+
const title = 'macOS版 | azooKey - 自由自在なキーボードアプリ'
5959
const description =
6060
'iOS向けキーボードアプリ「azooKey」のmacOS版は、ニューラルかな漢字変換エンジンを搭載した本格派日本語入力です。'
6161
const image = 'https://azookey.netlify.app/static/og-image.png'
6262
6363
useHead({
64-
title: 'macOS版 | azooKey',
65-
titleTemplate: ''
64+
title: 'macOS版 |'
6665
})
6766
6867
useSeoMeta({

src/pages/Main.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const description =
4949
const image = 'https://azookey.netlify.app/static/og-image.png'
5050
5151
useHead({
52-
title: 'トップページ',
52+
title: 'azooKey - 自由自在なキーボードアプリ',
5353
titleTemplate: ''
5454
})
5555

0 commit comments

Comments
 (0)