← back to Norma Sdcc Pitch
Add per-site favicon (kills /favicon.ico 404)
e7cc6ea898c118c7fd2408150e7929e686f72fcc · 2026-05-31 16:32:36 -0700 · SteveStudio2
Files touched
A public/favicon.icoA public/favicon.svg
Diff
commit e7cc6ea898c118c7fd2408150e7929e686f72fcc
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Sun May 31 16:32:36 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..c5f3d82
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..49aa566
--- /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='#2bb646'/><text x='32' y='45' font-family='Helvetica,Arial,sans-serif' font-size='38' font-weight='700' fill='#ffffff' text-anchor='middle'>N</text></svg>
\ No newline at end of file
← 6be4a5a harden(auth): refuse to boot pitch deck in NODE_ENV=producti
·
back to Norma Sdcc Pitch
·
Link favicon.svg in head (use branded SVG, not .ico fallback 536b25a →