File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,30 @@ const config: DocsThemeConfig = {
90
90
property = "og:description"
91
91
content = { frontMatter . description || "Optimism Docs for developers" }
92
92
/>
93
+ < meta
94
+ property = "og:image"
95
+ content = "https://docs.optimism.io/logos/docs-header.png"
96
+ />
97
+ < meta
98
+ property = "og:url"
99
+ content = "https://docs.optimism.io/"
100
+ />
101
+ < meta
102
+ name = "twitter:card"
103
+ content = "summary_large_image"
104
+ />
105
+ < meta
106
+ name = "twitter:title"
107
+ content = { frontMatter . title || "Optimism Docs" }
108
+ />
109
+ < meta
110
+ name = "twitter:description"
111
+ content = { frontMatter . description || "Optimism Docs for developers" }
112
+ />
113
+ < meta
114
+ name = "twitter:image"
115
+ content = "https://docs.optimism.io/logos/docs-header.png"
116
+ />
93
117
< link
94
118
rel = "icon"
95
119
href = "/img/icons/favicon.ico"
You can’t perform that action at this time.
0 commit comments