We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4090d commit a7add72Copy full SHA for a7add72
docs/.vitepress/config.mts
@@ -53,6 +53,7 @@ export default defineConfig({
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" }],
56
+ ["meta", { property: "og:description", content: "Toolkit to implement the transactional outbox pattern" }],
57
],
58
themeConfig: {
59
// https://vitepress.dev/reference/default-theme-config
0 commit comments