[object Object]

← back to Factory Floor

Add per-site favicon (kills /favicon.ico 404)

a2e466cf4344b285bb776ac727725c7cfb617116 · 2026-05-31 16:32:30 -0700 · SteveStudio2

Files touched

Diff

commit a2e466cf4344b285bb776ac727725c7cfb617116
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Sun May 31 16:32:30 2026 -0700

    Add per-site favicon (kills /favicon.ico 404)
---
 public/favicon.ico | Bin 0 -> 15086 bytes
 public/favicon.svg |   1 +
 2 files changed, 1 insertion(+)

diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000..8b1b93a
Binary files /dev/null and b/public/favicon.ico differ
diff --git a/public/favicon.svg b/public/favicon.svg
new file mode 100644
index 0000000..094e22d
--- /dev/null
+++ b/public/favicon.svg
@@ -0,0 +1 @@
+<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><rect width='64' height='64' rx='14' fill='#b62b3b'/><text x='32' y='45' font-family='Helvetica,Arial,sans-serif' font-size='38' font-weight='700' fill='#ffffff' text-anchor='middle'>F</text></svg>
\ No newline at end of file

← 2188905 fix broken URL-strip regex (was a parse error) + escape untr  ·  back to Factory Floor  ·  Link favicon.svg in head (use branded SVG, not .ico fallback 399f55f →