@@ -23,32 +23,16 @@ export default defineConfig({
23
23
}
24
24
} ,
25
25
26
+ /* prettier-ignore */
26
27
head : [
27
- [ 'link' , { rel : 'icon' , href : '/vitepress-logo-mini.svg' } ] ,
28
+ [ 'link' , { rel : 'icon' , type : 'image/svg+xml' , href : '/vitepress-logo-mini.svg' } ] ,
29
+ [ 'link' , { rel : 'icon' , type : 'image/png' , href : '/vitepress-logo-mini.png' } ] ,
28
30
[ 'meta' , { name : 'theme-color' , content : '#5f67ee' } ] ,
29
31
[ 'meta' , { name : 'og:type' , content : 'website' } ] ,
30
32
[ 'meta' , { name : 'og:locale' , content : 'en' } ] ,
31
33
[ 'meta' , { name : 'og:site_name' , content : 'VitePress' } ] ,
32
- [
33
- 'meta' ,
34
- { name : 'og:image' , content : 'https://vitepress.dev/vitepress-og.jpg' }
35
- ] ,
36
- [
37
- 'meta' ,
38
- {
39
- name : 'twitter:image' ,
40
- content : 'https://vitepress.dev/vitepress-og.jpg'
41
- }
42
- ] ,
43
- [
44
- 'script' ,
45
- {
46
- src : 'https://cdn.usefathom.com/script.js' ,
47
- 'data-site' : 'AZBRSFGG' ,
48
- 'data-spa' : 'auto' ,
49
- defer : ''
50
- }
51
- ]
34
+ [ 'meta' , { name : 'og:image' , content : 'https://vitepress.dev/vitepress-og.jpg' } ] ,
35
+ [ 'script' , { src : 'https://cdn.usefathom.com/script.js' , 'data-site' : 'AZBRSFGG' , 'data-spa' : 'auto' , defer : '' } ]
52
36
] ,
53
37
54
38
themeConfig : {
0 commit comments