Skip to content

Commit ac4090d

Browse files
add og:image (#48)
1 parent d209c1e commit ac4090d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ export default defineConfig({
4949
},
5050
],
5151
["link", { rel: "manifest", manifest: "/manifest.json" }],
52+
["meta", { property: "og:image", content: "/banner.webp" }],
53+
["meta", { property: "og:image:alt", content: "OutboxKit - Toolkit to implement the transactional outbox pattern" }],
54+
["meta", { property: "og:image:width", content: "1920" }],
55+
["meta", { property: "og:image:height", content: "1080" }],
5256
],
5357
themeConfig: {
5458
// https://vitepress.dev/reference/default-theme-config

docs/public/banner.webp

101 KB
Loading

0 commit comments

Comments
 (0)