docs: update content, add og image

This commit is contained in:
Hans Pagel
2020-11-18 16:28:45 +01:00
parent 4f753bc596
commit ef52156dbb
4 changed files with 16 additions and 4 deletions

View File

@@ -29,11 +29,23 @@ export default {
property: 'og:title',
content: this.$page?.docPage?.title,
},
{
property: 'og:image',
content: 'https://next.tiptap.dev/og-image.png',
},
/* Twitter */
{
name: 'twitter:title',
content: this.$page?.docPage?.title,
},
{
name: 'twitter:card',
content: 'summary_large_image',
},
{
name: 'twitter:image',
content: 'https://next.tiptap.dev/og-image.png',
},
{
name: 'twitter:site',
content: '@_ueberdosis',