Skip to content

Commit 878e024

Browse files
committed
fix: fix favicon
1 parent 2ba2773 commit 878e024

File tree

10 files changed

+42
-44
lines changed

10 files changed

+42
-44
lines changed

apps/docs/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
"dependencies": {
1515
"@heroicons/react": "1.0.6",
1616
"@react-aria/ssr": "3.3.0",
17-
"classnames": "2.3.2",
1817
"copy-to-clipboard": "3.3.2",
19-
"js-cookie": "3.0.1",
2018
"next": "12.3.1",
2119
"nextra": "2.0.0-beta.32",
2220
"nextra-theme-docs": "2.0.0-beta.28",

apps/docs/public/favicon.ico

-5.95 KB
Binary file not shown.
9.06 KB
Loading
34.8 KB
Loading
8.3 KB
Loading
582 Bytes
Loading
1.17 KB
Loading
15 KB
Binary file not shown.

apps/docs/theme.config.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,22 @@ const theme = {
3838
return (
3939
<>
4040
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
41+
<link rel="apple-touch-icon"
42+
sizes="180x180"
43+
href="/images/favicon/apple-touch-icon.png"
44+
/>
45+
<link
46+
rel="icon"
47+
type="image/png"
48+
sizes="32x32"
49+
href="/images/favicon/favicon-32x32.png"
50+
/>
51+
<link
52+
rel="icon"
53+
type="image/png"
54+
sizes="16x16"
55+
href="/images/favicon/favicon-16x16.png"
56+
/>
4157
<link rel="shortcut icon" href="/images/favicon/favicon.ico" />
4258
<meta name="msapplication-TileColor" content="#2E3037" />
4359
<meta name="theme-color" content="#2E3037" />

pnpm-lock.yaml

Lines changed: 26 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)