File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ export default defineComponent({
42
42
"property": "og:title",
43
43
"content": "Theming"
44
44
},
45
+ {
46
+ "name": "twitter:title",
47
+ "content": "Theming"
48
+ },
45
49
{
46
50
"name": "description",
47
51
"content": "Customize the apperance for your project."
@@ -50,13 +54,33 @@ export default defineComponent({
50
54
"property": "og:description",
51
55
"content": "Customize the apperance for your project."
52
56
},
57
+ {
58
+ "property": "twitter:s",
59
+ "content": "Customize the apperance for your project."
60
+ },
53
61
{
54
62
"property": "og:url",
55
63
"content": "https://usezephyr.com/docs/theming"
56
64
},
57
65
{
58
66
"property": "og:image",
59
67
"content": "https://usezephyr.com/cover.png"
68
+ },
69
+ {
70
+ "property": "twitter:image",
71
+ "content": "https://usezephyr.com/cover.png"
72
+ },
73
+ {
74
+ "name": "twitter:card",
75
+ "content": "summary_large_image"
76
+ },
77
+ {
78
+ "name": "twitter:site",
79
+ "content": "@usezephyr"
80
+ },
81
+ {
82
+ "name": "twitter:creator",
83
+ "content": "@usezephyr"
60
84
}
61
85
]
62
86
}
You can’t perform that action at this time.
0 commit comments