[object Object]

← back to Mp3 Agentabrams

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

08073d20eaf3a2aa2b8b2564a4ce67dc433aa991 · 2026-05-31 16:56:04 -0700 · SteveStudio2

Files touched

Diff

commit 08073d20eaf3a2aa2b8b2564a4ce67dc433aa991
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 34e142e..f30c276 100644
--- a/public/index.html
+++ b/public/index.html
@@ -192,7 +192,8 @@
     }
     .empty b { color: var(--accent); }
   </style>
-</head>
+    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+  </head>
 <body>
   <header>
     <h1>mp3<span class="gold">.agentabrams</span>.com</h1>

← d4839ec Add per-site favicon (kills /favicon.ico 404)  ·  back to Mp3 Agentabrams  ·  chore: macstudio3 migration — reconcile from mac2 + repoint 28d232a →