Skip to content

Commit 13f0141

Browse files
authored
docs: replace name with property (#3514)
1 parent ab39fd8 commit 13f0141

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Diff for: docs/.vitepress/config/shared.ts

+6-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ export const shared = defineConfig({
3131
['link', { rel: 'icon', type: 'image/svg+xml', href: '/vitepress-logo-mini.svg' }],
3232
['link', { rel: 'icon', type: 'image/png', href: '/vitepress-logo-mini.png' }],
3333
['meta', { name: 'theme-color', content: '#5f67ee' }],
34-
['meta', { name: 'og:type', content: 'website' }],
35-
['meta', { name: 'og:locale', content: 'en' }],
36-
['meta', { name: 'og:site_name', content: 'VitePress' }],
37-
['meta', { name: 'og:image', content: 'https://vitepress.dev/vitepress-og.jpg' }],
34+
['meta', { property: 'og:type', content: 'website' }],
35+
['meta', { property: 'og:locale', content: 'en' }],
36+
['meta', { property: 'og:title', content: 'VitePress | Vite & Vue Powered Static Site Generator' }],
37+
['meta', { property: 'og:site_name', content: 'VitePress' }],
38+
['meta', { property: 'og:image', content: 'https://vitepress.dev/vitepress-og.jpg' }],
39+
['meta', { property: 'og:url', content: 'https://vitepress.dev/' }],
3840
['script', { src: 'https://cdn.usefathom.com/script.js', 'data-site': 'AZBRSFGG', 'data-spa': 'auto', defer: '' }]
3941
],
4042

0 commit comments

Comments
 (0)