浏览代码

test defineMeta for SSG

Olivier Massot 1 年之前
父节点
当前提交
c119fe4fff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/Common/Meta.vue

+ 1 - 1
components/Common/Meta.vue

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