[object Object]

← back to Beverlyhillsbutler

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

ddb8f790c52176b63b63b46167bc2d9ee91ca7a7 · 2026-05-31 16:56:01 -0700 · Steve Abrams

Files touched

Diff

commit ddb8f790c52176b63b63b46167bc2d9ee91ca7a7
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun May 31 16:56:01 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 38f67bf..178a9f5 100644
--- a/public/index.html
+++ b/public/index.html
@@ -319,7 +319,8 @@
       .hero-title { font-size: 2.2rem; }
     }
   </style>
-</head>
+    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+  </head>
 <body>
 
   <header>

← 1802c8a Add per-site favicon (kills /favicon.ico 404)  ·  back to Beverlyhillsbutler  ·  chore: macstudio3 migration — reconcile from mac2 + repoint d5ea3a8 →