Skip to content

Commit

Permalink
chore: fix home title
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Sep 17, 2023
1 parent 0883b32 commit 224e76b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ export default {
classes: ['darker-bg']
})
}
},
head () {
return {
title: this.$t('mobileMenu.home')
}
}
}
</script>
Expand Down

0 comments on commit 224e76b

Please sign in to comment.