Skip to content

Commit

Permalink
fix(i18n): Adaptable title for About page
Browse files Browse the repository at this point in the history
  • Loading branch information
finxol committed Jul 26, 2023
1 parent 84d088c commit ee537b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,10 @@
export default {
name: "about",
auth: false,
head: {
title: "A Propos",
head() {
return {
title: this.$t("appBar.about"),
}
},
data: () => ({
cleanerThan: "82",
Expand Down

0 comments on commit ee537b3

Please sign in to comment.