[object Object]

← back to Pitch Guard

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

c3d6f3687fe86d95f84cdebe834e02d199f1d722 · 2026-05-31 16:56:04 -0700 · SteveStudio2

Files touched

Diff

commit c3d6f3687fe86d95f84cdebe834e02d199f1d722
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Sun May 31 16:56:04 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 f70bfba..c88ce4a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -185,7 +185,8 @@
     min-height:230px;font-size:13px;line-height:1.65;color:var(--ink);overflow-wrap:anywhere}
   body.solo .rz-handle,body.solo .grip,body.solo [data-act="popout"]{display:none}
 </style>
-</head>
+    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+  </head>
 <body>
 <header>
   <h1>Pitch Guard</h1>

← 9e6d276 Add per-site favicon (kills /favicon.ico 404)  ·  back to Pitch Guard  ·  pitch-guard: persist dates+letters sent per person (durable bd41631 →