1
1
<template >
2
2
<DocHeader >
3
3
<template #title > Installation </template >
4
- <template #subtitle >Get started in Vue Zephyr in minutes.</template >
4
+ <template #subtitle >Get started with Vue Zephyr in minutes.</template >
5
5
<template #right-side >
6
6
<div :class =" tw`justify-end flex items-start md:mt-2 space-x-2`" >
7
7
<Badge classAppend =" bg-yellow-500 text-gray-900" >In Progress</Badge >
@@ -137,15 +137,23 @@ export default defineComponent({
137
137
"metaTags": [
138
138
{
139
139
"property": "og:title",
140
- "content": "Installation"
140
+ "content": "Installation | Vue Zephyr"
141
+ },
142
+ {
143
+ "name": "twitter:title",
144
+ "content": "Installation | Vue Zephyr"
141
145
},
142
146
{
143
147
"name": "description",
144
- "content": "Get started in Vue Zephyr in minutes."
148
+ "content": "Get started with Vue Zephyr in minutes."
145
149
},
146
150
{
147
151
"property": "og:description",
148
- "content": "Get started in Vue Zephyr in minutes."
152
+ "content": "Get started with Vue Zephyr in minutes."
153
+ },
154
+ {
155
+ "property": "twitter:description",
156
+ "content": "Get started with Vue Zephyr in minutes."
149
157
},
150
158
{
151
159
"property": "og:url",
@@ -154,6 +162,22 @@ export default defineComponent({
154
162
{
155
163
"property": "og:image",
156
164
"content": "https://usezephyr.com/cover.png"
165
+ },
166
+ {
167
+ "property": "twitter:image",
168
+ "content": "https://usezephyr.com/cover.png"
169
+ },
170
+ {
171
+ "name": "twitter:site",
172
+ "content": "@usezephyr"
173
+ },
174
+ {
175
+ "name": "twitter:creator",
176
+ "content": "@usezephyr"
177
+ },
178
+ {
179
+ "name": "twitter:card",
180
+ "content": "summary_large_image"
157
181
}
158
182
]
159
183
}
0 commit comments