fix path to og image

This commit is contained in:
Hans Pagel
2021-02-08 16:16:49 +01:00
parent 648603d12c
commit b6e15a144d

View File

@@ -248,7 +248,7 @@ export default {
}, },
{ {
property: 'og:image', property: 'og:image',
content: 'https://next.tiptap.dev/og-image.png', content: 'https://next.tiptap.dev/images/og-image.png',
}, },
/* Twitter */ /* Twitter */
{ {
@@ -261,7 +261,7 @@ export default {
}, },
{ {
name: 'twitter:image', name: 'twitter:image',
content: 'https://next.tiptap.dev/og-image.png', content: 'https://next.tiptap.dev/images/og-image.png',
}, },
{ {
name: 'twitter:site', name: 'twitter:site',