@@ -47,6 +47,7 @@ module.exports = {
useLayoutStore: 'readonly',
useClientDevice: 'readonly',
useSeoMeta: 'readonly',
+ useServerSeoMeta: 'readonly',
onNuxtReady: 'readonly',
useLocaleHead: 'readonly',
useHead: 'readonly',
@@ -22,7 +22,7 @@ const props = defineProps({
},
})
-definePageMeta({
+useServerSeoMeta({
title: props.title,
ogTitle: props.title,
twitterTitle: props.title,