Skip to content

Commit 1459c4f

Browse files
authored
Merge pull request #3035 from hey-api/docs/openapi-ts-hero-2
docs: update og:image link
2 parents e69898d + 2ca0125 commit 1459c4f

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)