refactor: i18n SEO

This commit is contained in:
liyasthomas
2021-08-16 22:02:18 +05:30
parent e5c8d05850
commit c04435108b
22 changed files with 185 additions and 144 deletions

View File

@@ -124,6 +124,9 @@ export default defineComponent({
windowInnerWidth: 0,
}
},
head() {
return this.$nuxtI18nHead({ addSeoAttributes: true })
},
watch: {
$route(to) {
logPageView(to.fullPath)