mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
🐛 fix default favicon path (#492)
This commit is contained in:
@@ -7,7 +7,7 @@ async function MatchIcon(name: string) {
|
||||
.replace(/\s+/g, '-')
|
||||
.toLowerCase()}.png`
|
||||
);
|
||||
return res.ok ? res.url : '/favicon.png';
|
||||
return res.ok ? res.url : '/imgs/favicon/favicon.png';
|
||||
}
|
||||
|
||||
function tryMatchType(imageName: string): ServiceType {
|
||||
|
||||
Reference in New Issue
Block a user