@@ -12,28 +12,31 @@ export default withTwoslash(
12
12
cleanUrls : true ,
13
13
description : 'Reactivity for Ethereum apps' ,
14
14
head : [
15
- [ 'meta' , { name : 'theme-color' , content : '#729b1a' } ] ,
16
- [ 'link' , { rel : 'icon' , href : '/favicon.svg' , type : 'image/svg+xml' } ] ,
17
15
[
18
- 'link ' ,
16
+ 'meta ' ,
19
17
{
20
- rel : 'alternate icon' ,
21
- href : '/favicon.png' ,
22
- type : 'image/png' ,
23
- sizes : '48x48' ,
18
+ name : 'keywords' ,
19
+ content :
20
+ 'react, ethereum, typescript, react, react hooks, open source' ,
24
21
} ,
25
22
] ,
23
+ [ 'meta' , { name : 'theme-color' , content : '#646cff' } ] ,
24
+ // Open Graph
25
+ [ 'meta' , { property : 'og:type' , content : 'website' } ] ,
26
26
[
27
27
'meta' ,
28
- {
29
- name : 'keywords' ,
30
- content : 'react, ethereum, typescript, react hooks' ,
31
- } ,
28
+ { property : 'og:image' , content : 'https://alpha.wagmi.sh/og.png' } ,
32
29
] ,
33
- [ 'meta' , { property : 'og:url' , content : 'https://wagmi.sh' } ] ,
34
- [ 'meta' , { property : 'og:image' , content : 'https://wagmi.sh/og.png' } ] ,
35
- [ 'meta' , { name : 'twitter:image' , content : 'https://wagmi.sh/og.png' } ] ,
30
+ [ 'meta' , { property : 'og:url' , content : 'https://alpha.wagmi.sh' } ] ,
31
+ // Twitter
36
32
[ 'meta' , { name : 'twitter:card' , content : 'summary_large_image' } ] ,
33
+ [ 'meta' , { name : 'twitter:creator' , content : '@wagmi_sh' } ] ,
34
+ [
35
+ 'meta' ,
36
+ { name : 'twitter:image' , content : 'https://alpha.wagmi.sh/og.png' } ,
37
+ ] ,
38
+ [ 'meta' , { name : 'twitter:site' , content : 'alpha.wagmi.sh' } ] ,
39
+ // Fathom
37
40
[
38
41
'script' ,
39
42
{
@@ -75,8 +78,8 @@ export default withTwoslash(
75
78
nav : [
76
79
{ text : 'React' , link : '/react/getting-started' } ,
77
80
{ text : 'Core' , link : '/core/getting-started' } ,
78
- { text : 'CLI' , link : '/cli/getting-started' } ,
79
- { text : 'Examples' , link : '/examples' } ,
81
+ { text : 'CLI 🚧 ' , link : '/cli/getting-started' } ,
82
+ { text : 'Examples 🚧 ' , link : '/examples' } ,
80
83
{
81
84
text : 'Links' ,
82
85
items : [
0 commit comments