Skip to content

Commit 9d0e7d9

Browse files
committed
fix(docs): fix/add meta tags for twitter
1 parent 01b2979 commit 9d0e7d9

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

public/cover.png

1.48 KB
Loading

src/views/pages/docs/theming.vue

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)