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({
4242 "property": "og:title",
4343 "content": "Theming"
4444 },
45+ {
46+ "name": "twitter:title",
47+ "content": "Theming"
48+ },
4549 {
4650 "name": "description",
4751 "content": "Customize the apperance for your project."
@@ -50,13 +54,33 @@ export default defineComponent({
5054 "property": "og:description",
5155 "content": "Customize the apperance for your project."
5256 },
57+ {
58+ "property": "twitter:s",
59+ "content": "Customize the apperance for your project."
60+ },
5361 {
5462 "property": "og:url",
5563 "content": "https://usezephyr.com/docs/theming"
5664 },
5765 {
5866 "property": "og:image",
5967 "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"
6084 }
6185 ]
6286 }
You can’t perform that action at this time.
0 commit comments