We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb072ae commit 346f6afCopy full SHA for 346f6af
packages/docs/src/components/head.js
@@ -19,18 +19,13 @@ export default props => {
19
<Helmet htmlAttributes={{ lang: 'en-US' }}>
20
<title>{title}</title>
21
<meta name="description" content={pkg.description} />
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
/>
- <link
29
- rel="icon"
30
- media="(prefers-color-scheme:light)"
31
- href="/icon.png"
32
- type="image/png"
33
- />
34
<link rel="apple-touch-icon" type="image/png" href="/icon.png" />
35
<meta name="twitter:card" content="summary" />
36
<meta name="twitter:site" content="@jxnblk" />
0 commit comments