Skip to content

Commit f1483c6

Browse files
committed
refactor(docs): test meta tag changes
1 parent 511bffc commit f1483c6

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

src/views/pages/docs/install.vue

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<DocHeader>
33
<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>
55
<template #right-side>
66
<div :class="tw`justify-end flex items-start md:mt-2 space-x-2`">
77
<Badge classAppend="bg-yellow-500 text-gray-900">In Progress</Badge>
@@ -137,15 +137,23 @@ export default defineComponent({
137137
"metaTags": [
138138
{
139139
"property": "og:title",
140-
"content": "Installation"
140+
"content": "Installation | Vue Zephyr"
141+
},
142+
{
143+
"name": "twitter:title",
144+
"content": "Installation | Vue Zephyr"
141145
},
142146
{
143147
"name": "description",
144-
"content": "Get started in Vue Zephyr in minutes."
148+
"content": "Get started with Vue Zephyr in minutes."
145149
},
146150
{
147151
"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."
149157
},
150158
{
151159
"property": "og:url",
@@ -154,6 +162,22 @@ export default defineComponent({
154162
{
155163
"property": "og:image",
156164
"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"
157181
}
158182
]
159183
}

0 commit comments

Comments
 (0)