Skip to content

Commit c4c52d1

Browse files
committed
updated og: metadata
1 parent d7d2746 commit c4c52d1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/webpage/.vitepress/config.mts

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ export default defineConfig({
1818
['meta', { name: 'theme-color', content: '#6196ff' }],
1919
['meta', { property: 'og:type', content: 'website' }],
2020
['meta', { property: 'og:locale', content: 'en' }],
21-
['meta', { property: 'og:title', content: 'DynAPI | an out-of-the-box Dynamic API for many Databases' }],
21+
['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.svg' }],
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' }],
2426
['meta', { property: 'og:url', content: 'https://dynapi.github.io/' }],
2527
],
2628
themeConfig: {

src/webpage/src/public/dynapi.png

14.5 KB
Loading

0 commit comments

Comments
 (0)