diff --git a/src/pages/services.vue b/src/pages/services.vue index 725e3d7..07558d8 100644 --- a/src/pages/services.vue +++ b/src/pages/services.vue @@ -9,7 +9,12 @@ import {defineComponent} from "@nuxtjs/composition-api"; export default defineComponent({ - name: "services" + name: "services", + head() { + return { + title: `${this.$i18n.t('header.services')} - Arthur Danjou` + } + }, }) diff --git a/yarn.lock b/yarn.lock index 3ca3e1d..158e5ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9768,7 +9768,7 @@ windicss-webpack-plugin@1.4.4: webpack-virtual-modules "^0.4.3" windicss "3.1.7" -windicss@3.1.7, windicss@^3.1.6, windicss@^3.1.7: +windicss@3.1.7, windicss@^3.1.6: version "3.1.7" resolved "https://registry.yarnpkg.com/windicss/-/windicss-3.1.7.tgz#8a3b8a07ed97c2c1354a6e31820d8059da35f724" integrity sha512-Q/HQ9j+r2R0fdt85zAjccdo11kHWzQmpkuwIUQIO6PSypyDmBTfN14aAy4szLrpgo2woyuHM7Y+kir4IG4qnKQ==