Skip to content

Commit 89b8386

Browse files
committed
chore: fix typo
1 parent d193931 commit 89b8386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app/dataMixin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
return this.$page.frontmatter.title || this.$localeConfig.title || this.$site.title || ''
5151
},
5252
$description () {
53-
return this.$page.frontmatter.title || this.$localeConfig.description || this.$site.description || ''
53+
return this.$page.frontmatter.description || this.$localeConfig.description || this.$site.description || ''
5454
},
5555
$lang () {
5656
return this.$page.frontmatter.lang || this.$localeConfig.lang || 'en-US'

0 commit comments

Comments
 (0)