Browse Source

restore meta update on client routing

Olivier Massot 1 năm trước cách đây
mục cha
commit
3bdb687c70
2 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 0 1
      app.vue
  2. 1 1
      components/Common/Meta.vue

+ 0 - 1
app.vue

@@ -1,6 +1,5 @@
 <template>
   <Html :lang="i18nHead.htmlAttrs.lang" :dir="i18nHead.htmlAttrs.dir">
-
     <div id="top" />
 
     <LayoutNavigation />

+ 1 - 1
components/Common/Meta.vue

@@ -22,7 +22,7 @@ const props = defineProps({
   },
 })
 
-useServerSeoMeta({
+useSeoMeta({
   title: props.title,
   ogTitle: props.title,
   twitterTitle: props.title,