Skip to content

Commit a107783

Browse files
committed
docs: fix og image
1 parent 7d9c599 commit a107783

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/.vitepress/shared.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,14 @@ export const shared = defineConfig({
6161
'meta',
6262
{
6363
property: 'og:image',
64-
content: '/og.png',
64+
content: 'https://es-git.slash.page/og.png',
65+
},
66+
],
67+
[
68+
'meta',
69+
{
70+
name: 'twitter:image',
71+
content: 'https://es-git.slash.page/og.png',
6572
},
6673
],
6774
[

0 commit comments

Comments
 (0)