Skip to content

Commit a7add72

Browse files
add og:description (#49)
1 parent ac4090d commit a7add72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export default defineConfig({
5353
["meta", { property: "og:image:alt", content: "OutboxKit - Toolkit to implement the transactional outbox pattern" }],
5454
["meta", { property: "og:image:width", content: "1920" }],
5555
["meta", { property: "og:image:height", content: "1080" }],
56+
["meta", { property: "og:description", content: "Toolkit to implement the transactional outbox pattern" }],
5657
],
5758
themeConfig: {
5859
// https://vitepress.dev/reference/default-theme-config

0 commit comments

Comments
 (0)