[object Object]

← back to Pitchvideo

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

c62a75fe88a4042303b9bb69d49e6b7ee4a89b7a · 2026-05-31 16:56:05 -0700 · SteveStudio2

Files touched

Diff

commit c62a75fe88a4042303b9bb69d49e6b7ee4a89b7a
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Sun May 31 16:56:05 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 65d0261..dda3c4a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -38,7 +38,8 @@ button:disabled{opacity:.4;cursor:not-allowed}
 .footer{margin-top:48px;color:#5a5a62;font-size:12px;text-align:center}
 .footer a{color:#9aa3b2;text-decoration:none;border-bottom:1px solid #2a2a31}
 </style>
-</head>
+    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+  </head>
 <body>
 <div class="wrap">
 <header>

← 8788000 Add per-site favicon (kills /favicon.ico 404)  ·  back to Pitchvideo  ·  (newest)