Skip to content

Commit b75026d

Browse files
committed
replaced og:image
1 parent c4c52d1 commit b75026d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/webpage/.vitepress/config.mts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ export default defineConfig({
2020
['meta', { property: 'og:locale', content: 'en' }],
2121
['meta', { property: 'og:title', content: 'DynAPI | an out-of-the-box Dynamic API for many databases' }],
2222
['meta', { property: 'og:site_name', content: 'DynAPI' }],
23-
['meta', { property: 'og:image', content: 'https://dynapi.github.io/dynapi.png' }],
24-
['meta', { property: 'og:image:alt', content: 'image/png' }],
25-
['meta', { property: 'og:image:alt', content: 'The DynAPI Logo' }],
23+
['meta', { property: 'og:image', content: 'https://dynapi.github.io/og-image.png' }],
24+
['meta', { property: 'og:image:type', content: 'image/png' }],
2625
['meta', { property: 'og:url', content: 'https://dynapi.github.io/' }],
2726
],
2827
themeConfig: {

src/webpage/src/public/dynapi.png

-14.5 KB
Binary file not shown.

src/webpage/src/public/og-image.png

112 KB
Loading

0 commit comments

Comments
 (0)