fix: Add favicon.ico and favicon.svg files

- Add favicon.ico (downloaded)
- Create favicon.svg with logo
- Required for favicon to work on Easypanel
This commit is contained in:
Kunthawat Greethong
2026-03-03 17:46:56 +07:00
parent c802279cf9
commit a5e557d20b
2 changed files with 5 additions and 0 deletions

1
public/favicon.ico Normal file
View File

@@ -0,0 +1 @@
400: Invalid request

4
public/favicon.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<circle cx="50" cy="50" r="45" fill="#22c55e" stroke="#16a34a" stroke-width="5"/>
<text x="50" y="65" font-size="40" text-anchor="middle" fill="white" font-family="Arial" font-weight="bold">D</text>
</svg>

After

Width:  |  Height:  |  Size: 273 B