[object Object]

← back to Age Theme Slider

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

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

Files touched

Diff

commit 42607189daedca47aaabc8512b79eb217d18933e
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 3aa341c..deb9e8a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -254,7 +254,8 @@
 </script>
 <!-- noscript fallback is added by set-fb-pixel.sh on flip (omitted here to avoid unflipped img phone-home) -->
 <!-- End Meta Pixel -->
-</head>
+    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+  </head>
 <body>
 
 <!-- ─── Demo stage that morphs as the slider moves ─── -->

← 06f8ee3 Add per-site favicon (kills /favicon.ico 404)  ·  back to Age Theme Slider  ·  (newest)