We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d2746 commit c4c52d1Copy full SHA for c4c52d1
src/webpage/.vitepress/config.mts
@@ -18,9 +18,11 @@ export default defineConfig({
18
['meta', { name: 'theme-color', content: '#6196ff' }],
19
['meta', { property: 'og:type', content: 'website' }],
20
['meta', { property: 'og:locale', content: 'en' }],
21
- ['meta', { property: 'og:title', content: 'DynAPI | an out-of-the-box Dynamic API for many Databases' }],
+ ['meta', { property: 'og:title', content: 'DynAPI | an out-of-the-box Dynamic API for many databases' }],
22
['meta', { property: 'og:site_name', content: 'DynAPI' }],
23
- ['meta', { property: 'og:image', content: 'https://dynapi.github.io/dynapi.svg' }],
+ ['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' }],
26
['meta', { property: 'og:url', content: 'https://dynapi.github.io/' }],
27
],
28
themeConfig: {
src/webpage/src/public/dynapi.png
14.5 KB
0 commit comments