feat: add favicon and logo

This commit is contained in:
2024-04-21 01:55:31 +02:00
parent f05f8330bb
commit 6998d0a05e
12 changed files with 116 additions and 1 deletions

9
public/browserconfig.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>