🐛 Fixing small bugs

This commit is contained in:
ajnart
2022-08-10 13:59:46 +02:00
parent 901b68732f
commit 430f3b52e9
5 changed files with 495 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ async function MatchIcon(name: string) {
.replace(/\s+/g, '-')
.toLowerCase()}.png`
);
return res.ok ? res.url : '/favicon.svg';
return res.ok ? res.url : '/favicon.png';
}
function tryMatchType(imageName: string): ServiceType {