@@ -1,6 +1,5 @@
<template>
<Html :lang="i18nHead.htmlAttrs.lang" :dir="i18nHead.htmlAttrs.dir">
-
<div id="top" />
<LayoutNavigation />
@@ -22,7 +22,7 @@ const props = defineProps({
},
})
-useServerSeoMeta({
+useSeoMeta({
title: props.title,
ogTitle: props.title,
twitterTitle: props.title,