File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,24 @@ export default props => {
20
20
< title > { title } </ title >
21
21
< meta name = "description" content = { pkg . description } />
22
22
< link rel = "icon" type = "image/png" href = "/icon.png" />
23
+ < link
24
+ rel = "icon"
25
+ media = "(prefers-color-scheme:dark)"
26
+ href = "/icon-dark.png"
27
+ type = "image/png"
28
+ />
23
29
< link rel = "apple-touch-icon" type = "image/png" href = "/icon.png" />
24
30
< meta name = "twitter:card" content = "summary" />
25
31
< meta name = "twitter:site" content = "@jxnblk" />
26
32
< meta name = "twitter:image" content = "https://theme-ui.com/card.png" />
27
33
< meta name = "twitter:title" content = { title } />
28
34
< meta name = "twitter:description" content = { pkg . description } />
29
35
< meta name = "theme-color" content = { theme . colors . background } />
36
+ < script
37
+ src = "https://unpkg.com/[email protected] /dist/index.js"
38
+ crossOrigin = "anonymous"
39
+ type = "application/javascript"
40
+ />
30
41
</ Helmet >
31
42
)
32
43
}
You can’t perform that action at this time.
0 commit comments