Skip to content

Commit eb884c5

Browse files
authored
docs: fix favicon (#2758)
1 parent c5f069a commit eb884c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
<meta name="description" content="A HTTP/1.1 client, written from scratch for Node.js.">
88
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
99
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
10-
<link rel="icon" type="image/png" href="https://nodejs.org/static/images/favicons/favicon-32x32.png"/>
11-
<link rel="icon" type="image/png" href="https://nodejs.org/static/images/favicons/favicon-16x16.png" />
10+
<link rel="icon" type="image/png" href="https://nodejs.org/static/images/favicons/favicon.png" />
1211
<style>
1312
</style>
1413
</head>

0 commit comments

Comments
 (0)