mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-22 16:31:44 +03:00
Add 16x16 favicon
This commit is contained in:
parent
baced8f780
commit
b90aa79795
@ -9,6 +9,7 @@
|
||||
<!-- Favicon, App Icon -->
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="<%= BASE_URL %>/web-icons/favicon-64x64.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="web-icons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="web-icons/favicon-16x16.png">
|
||||
<link rel="icon" type="image/png" href="/favicon.ico" />
|
||||
<link rel="stylesheet" type="text/css" href="/loading-screen.css" />
|
||||
<!-- Default Page Title -->
|
||||
|
BIN
public/web-icons/favicon-16x16.png
Normal file
BIN
public/web-icons/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 794 B |
@ -320,6 +320,7 @@ module.exports = {
|
||||
iconPaths: {
|
||||
favicon64: './web-icons/favicon-64x64.png',
|
||||
favicon32: './web-icons/favicon-32x32.png',
|
||||
favicon16: './web-icons/favicon-16x16.png',
|
||||
maskIcon: './web-icons/dashy-logo.png',
|
||||
msTileImage: './web-icons/dashy-logo.png',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user