File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed
Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff 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 ] ,
You can’t perform that action at this time.
0 commit comments