Skip to content

Commit a77356b

Browse files
committed
fix(docs): fix og:image
1 parent 9c0392b commit a77356b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

public/cover.png

57.9 KB
Loading

public/test.png

-37.2 KB
Binary file not shown.

src/views/pages/docs/install.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ export default defineComponent({
152152
"content": "https://usezephyr.com/docs/install"
153153
},
154154
{
155-
"property": "og:url",
156-
"content": "https://usezephyr.com/test.png"
155+
"property": "og:image",
156+
"content": "https://usezephyr.com/cover.png"
157157
}
158158
]
159159
}

src/views/pages/docs/starter.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ export default defineComponent({
3535
"content": "https://usezephyr.com/docs/starter"
3636
},
3737
{
38-
"property": "og:url",
39-
"content": "https://usezephyr.com/test.png"
38+
"property": "og:image",
39+
"content": "https://usezephyr.com/cover.png"
4040
}
4141
]
4242
}

src/views/pages/docs/theming.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ export default defineComponent({
5555
"content": "https://usezephyr.com/docs/theming"
5656
},
5757
{
58-
"property": "og:url",
59-
"content": "https://usezephyr.com/test.png"
58+
"property": "og:image",
59+
"content": "https://usezephyr.com/cover.png"
6060
}
6161
]
6262
}

0 commit comments

Comments
 (0)