meow
This commit is contained in:
parent
2c66a9b678
commit
9aa81ef675
28 changed files with 1735 additions and 242 deletions
|
@ -59,7 +59,6 @@ useSeoMeta({
|
|||
twitterTitle: fullTitle,
|
||||
twitterDescription: description,
|
||||
twitterImage: background
|
||||
|
||||
});
|
||||
|
||||
useHead({
|
||||
|
@ -87,6 +86,15 @@ useHead({
|
|||
]
|
||||
})
|
||||
|
||||
definePageMeta({
|
||||
title: fullTitle,
|
||||
description: description,
|
||||
"og:title": fullTitle,
|
||||
"og:description": description,
|
||||
"og:image": background,
|
||||
"og:url": siteConfig.siteUrl,
|
||||
});
|
||||
|
||||
watch(() => props.title, (newVal) => {
|
||||
title.value = newVal;
|
||||
fullTitle.value = title.value + ' | ' + siteConfig.siteTitle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue