📝 Update dietary guard product intro

This commit is contained in:
2024-08-16 01:22:40 +08:00
parent 505b23e728
commit a1b10687eb
14 changed files with 89 additions and 6 deletions

View File

@ -65,6 +65,20 @@ if (page.value == null) {
statusMessage: "Product Not Found",
})
}
useHead({
title: page.value.title,
})
useSeoMeta({
title: page.value.title,
description: page.value.description,
ogTitle: page.value.title,
ogDescription: page.value.description,
ogUrl: `${useRuntimeConfig().public.siteUrl}${route.fullPath}`,
publisher: "Solar Network",
ogSiteName: "Solsynth Capital",
})
</script>
<style scoped>

View File

@ -25,6 +25,18 @@ if (page.value == null) {
statusMessage: "Term Not Found",
})
}
useHead({
title: page.value.title,
})
useSeoMeta({
title: page.value.title,
ogTitle: page.value.title,
ogUrl: `${useRuntimeConfig().public.siteUrl}${route.fullPath}`,
publisher: "Solar Network",
ogSiteName: "Solsynth Capital",
})
</script>
<style scoped>