[object Object]

← back to George Gmail

Link favicon.svg in head (use branded SVG, not .ico fallback)

8599fb2bef9b1e8f24de565f23b29cd9e4b82b7c · 2026-05-31 16:56:03 -0700 · Steve Abrams

Files touched

Diff

commit 8599fb2bef9b1e8f24de565f23b29cd9e4b82b7c
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun May 31 16:56:03 2026 -0700

    Link favicon.svg in head (use branded SVG, not .ico fallback)
---
 public/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 2d7a1e5..1342ab9 100644
--- a/public/index.html
+++ b/public/index.html
@@ -51,7 +51,8 @@ body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;backgrou
 .back-btn{background:none;border:1px solid var(--border);color:var(--muted);padding:6px 14px;border-radius:8px;cursor:pointer;font-size:12px;margin-bottom:12px}
 .back-btn:hover{color:var(--text);border-color:var(--text)}
 </style>
-</head>
+    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+  </head>
 <body>
 <div id="root"></div>
 <script src="https://unpkg.com/react@18/umd/react.production.min.js"></script>

← 0d55d20 Add per-site favicon (kills /favicon.ico 404)  ·  back to George Gmail  ·  Add scoped one-shot trash for benign cron-drift alert flood cf27272 →