Skip to content

Commit adce06a

Browse files
kdnkDamianOsipiuk
andauthored
docs: add favicon (#175)
* chore: add favicon * fix: provide svg for modern browsers Co-authored-by: Damian Osipiuk <osipiukd+git@gmail.com>
1 parent 098d08b commit adce06a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/favicon.ico

14.7 KB
Binary file not shown.

docs/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
type="text/css"
1717
/>
1818
<link rel="stylesheet" href="./styles.css" type="text/css" />
19+
<link rel="icon" href="./favicon.ico" sizes="any">
20+
<link rel="icon" href="./vue-query.svg" type="image/svg+xml">
1921
</head>
2022
<body>
2123
<div id="app"></div>

0 commit comments

Comments
 (0)