mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 23:15:15 +08:00
fix path to og image
This commit is contained in:
parent
648603d12c
commit
b6e15a144d
@ -248,7 +248,7 @@ export default {
|
||||
},
|
||||
{
|
||||
property: 'og:image',
|
||||
content: 'https://next.tiptap.dev/og-image.png',
|
||||
content: 'https://next.tiptap.dev/images/og-image.png',
|
||||
},
|
||||
/* Twitter */
|
||||
{
|
||||
@ -261,7 +261,7 @@ export default {
|
||||
},
|
||||
{
|
||||
name: 'twitter:image',
|
||||
content: 'https://next.tiptap.dev/og-image.png',
|
||||
content: 'https://next.tiptap.dev/images/og-image.png',
|
||||
},
|
||||
{
|
||||
name: 'twitter:site',
|
||||
|
Loading…
Reference in New Issue
Block a user