[object Object]

← back to Thesetdecorator

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

18914a3848119a1dfe39ccbc0c6ad9c0228f4780 · 2026-05-31 16:56:05 -0700 · SteveStudio2

Files touched

Diff

commit 18914a3848119a1dfe39ccbc0c6ad9c0228f4780
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 a796522..a8f7861 100644
--- a/public/index.html
+++ b/public/index.html
@@ -41,7 +41,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 data-theme="film-noir">
   <a class="skip-link" href="#main">Skip to main content</a>
   <header class="site-header over-hero">

← 9cc7440 fix: block .original.png backup leaks from express.static +  ·  back to Thesetdecorator  ·  hero/ideas: single big full-bleed hero (remove 2x2 four-squa 7e06973 →