Skip to content

Commit 48f5120

Browse files
committed
docs: fix og again
1 parent a107783 commit 48f5120

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

docs/.vitepress/shared.ts

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,36 @@ export const shared = defineConfig({
5757
defer: 'true',
5858
},
5959
],
60+
[
61+
'meta',
62+
{
63+
property: 'og:title',
64+
content: 'es-git',
65+
},
66+
],
67+
[
68+
'meta',
69+
{
70+
name: 'twitter:title',
71+
content: 'es-git',
72+
},
73+
],
74+
[
75+
'meta',
76+
{
77+
property: 'og:description',
78+
content:
79+
'The latest Git library built for Node.js with blazing-fast installation and rock-solid stability, powered by N-API.',
80+
},
81+
],
82+
[
83+
'meta',
84+
{
85+
name: 'twitter:description',
86+
content:
87+
'The latest Git library built for Node.js with blazing-fast installation and rock-solid stability, powered by N-API.',
88+
},
89+
],
6090
[
6191
'meta',
6292
{
@@ -75,7 +105,7 @@ export const shared = defineConfig({
75105
'meta',
76106
{
77107
name: 'twitter:card',
78-
content: 'summary',
108+
content: 'summary_large_image',
79109
},
80110
],
81111
],

0 commit comments

Comments
 (0)