File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,13 @@ const config: Config = {
75
75
content : '#003a67' ,
76
76
} ,
77
77
} ,
78
+ {
79
+ tagName : 'meta' ,
80
+ attributes : {
81
+ name : 'twitter:site' ,
82
+ content : '@dataclientio' ,
83
+ } ,
84
+ } ,
78
85
] ,
79
86
stylesheets : [
80
87
{
Original file line number Diff line number Diff line change @@ -97,12 +97,14 @@ function HomepageEnder() {
97
97
}
98
98
99
99
export default function Home ( ) {
100
- const image = useBaseUrl ( 'img/social/data_client_logo_card.jpg ' ) ;
100
+ const image = useBaseUrl ( 'img/social/data_client_logo_card.png ' ) ;
101
101
return (
102
102
< Layout description = "Async State Management without the Management." >
103
103
< PageMetadata image = { image } />
104
104
< Head >
105
105
< title > The Reactive Data Client ✨</ title >
106
+ < meta property = "og:image:width" content = "1200" />
107
+ < meta property = "og:image:height" content = "402" />
106
108
</ Head >
107
109
< HomepageHeader />
108
110
< main >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments