Skip to content

Commit 2ca0125

Browse files
committed
docs: update og:image link
1 parent e69898d commit 2ca0125

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/.vitepress/config/shared.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@ export default defineConfig({
8585
['meta', { content: 'Hey API', property: 'og:site_name' }],
8686
[
8787
'meta',
88-
{ content: `${domain}/images/logo-640w.png`, property: 'og:image' },
88+
{
89+
content: `${domain}/images/openapi-ts-hero-640w.png`,
90+
property: 'og:image',
91+
},
8992
],
9093
['meta', { content: url, property: 'og:url' }],
9194
[

0 commit comments

Comments
 (0)