Add 16x16 favicon

This commit is contained in:
m42cel 2024-08-23 11:09:42 +02:00
parent baced8f780
commit b90aa79795
3 changed files with 2 additions and 0 deletions

View File

@ -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 -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 B

View File

@ -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',
},