feat: Add Immich favicon to heatmap app

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-01-02 18:43:35 +01:00
parent f14c5fdaf9
commit 5aabaa662d
3 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ WORKDIR /app
COPY server.js .
COPY index.html .
COPY favicon.png .
EXPOSE 3000

BIN
heatmap-app/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Immich Photo Heatmap</title>
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }