Skip to content

Commit

Permalink
Fix _card.vue: タイトルが「東京都」になっていた
Browse files Browse the repository at this point in the history
  • Loading branch information
a01sa01to committed Apr 23, 2021
1 parent 58eb8e5 commit 703f9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/cards/_card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default class CardContainer extends Vue {
head() {
const url = 'https://ibaraki.stopcovid19.jp'
const timestamp = new Date().getTime()
const defaultTitle = `${this.$t('東京都')} ${this.$t(
const defaultTitle = `${this.$t('茨城県')} ${this.$t(
'新型コロナウイルス感染症'
)}${this.$t('対策サイト')}`
const ogpImage =
Expand Down

0 comments on commit 703f9f5

Please sign in to comment.