Fixed grammar issues and logo.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2021-12-10 11:54:53 +04:00
parent 68dcb8da74
commit c24d0917fe
8 changed files with 65 additions and 65 deletions

View File

@ -48,12 +48,6 @@ export default defineComponent({
name: 'og:image',
content: doc.image,
})
} else {
meta_data.push({
hid: 'og:image',
name: 'og:image',
content: 'https://s3rius.blog/logo.png',
})
}
meta.value = meta_data
})