Skip to content

Commit e48bc85

Browse files
committed
docs: update social media preview image URLs
- Update og:image URL to https://r2.zeeland.top/images/2024/10/b03949e6bc43d71b7ddab3d70515eee0.png - Update twitter:image URL to https://r2.zeeland.top/images/2024/10/b03949e6bc43d71b7ddab3d70515eee0.png This change ensures that the correct images are used for social media previews when the documentation site is shared.
1 parent 94ffcb2 commit e48bc85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ export default withPwa(
8686
"meta",
8787
{
8888
property: "og:image",
89-
content: "/banner.png",
89+
content: "https://r2.zeeland.top/images/2024/10/b03949e6bc43d71b7ddab3d70515eee0.png",
9090
},
9191
],
9292
["meta", { property: "twitter:card", content: "summary_large_image" }],
9393
[
9494
"meta",
9595
{
9696
property: "twitter:image",
97-
content: "/banner.png",
97+
content: "https://r2.zeeland.top/images/2024/10/b03949e6bc43d71b7ddab3d70515eee0.png",
9898
},
9999
],
100100
[

0 commit comments

Comments
 (0)