← back to Stayclaim
Add per-site favicon via app/icon.svg (kills /favicon.ico 404)
a9756046866fffa37898b70890f7150ca9abdb43 · 2026-05-31 16:37:35 -0700 · SteveStudio2
Files touched
Diff
commit a9756046866fffa37898b70890f7150ca9abdb43
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Sun May 31 16:37:35 2026 -0700
Add per-site favicon via app/icon.svg (kills /favicon.ico 404)
---
src/app/icon.svg | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/app/icon.svg b/src/app/icon.svg
new file mode 100644
index 0000000..30150cb
--- /dev/null
+++ b/src/app/icon.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='#2b49b6'/><text x='32' y='45' font-family='Helvetica,Arial,sans-serif' font-size='38' font-weight='700' fill='#ffffff' text-anchor='middle'>S</text></svg>
\ No newline at end of file
← 2fea986 snapshot: 78 file(s) changed, +7 new, ~71 modified
·
back to Stayclaim
·
chore: untrack stray .bak/.pre-* backups + add gitignore pat 0a82e0d →