← back to Marketing Command Center
5x sweep 4: add inline SVG favicon — kills the app-wide /favicon.ico 404 (last console error)
917accadd2bbf58540afb215fe5cf4e8ab8819b4 · 2026-07-17 07:49:33 -0700 · Steve Abrams
Files touched
Diff
commit 917accadd2bbf58540afb215fe5cf4e8ab8819b4
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Fri Jul 17 07:49:33 2026 -0700
5x sweep 4: add inline SVG favicon — kills the app-wide /favicon.ico 404 (last console error)
---
public/index.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/public/index.html b/public/index.html
index 294c6f4..d0dc85d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,5 +1,6 @@
<!doctype html><html lang="en"><head><meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
+<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='.9em' font-size='90'%3E%F0%9F%93%A3%3C/text%3E%3C/svg%3E">
<title>Marketing Command Center · Designer Wallcoverings</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
← c5779ce 5x sweep 2: composer drops broken asset thumbnails (dead URL
·
back to Marketing Command Center
·
5x: composer clean-twice report 27b2af2 →