[object Object]

← back to Factory Floor

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

399f55f6d212ad2591019e640335df38f63290b5 · 2026-05-31 16:56:03 -0700 · SteveStudio2

Files touched

Diff

commit 399f55f6d212ad2591019e640335df38f63290b5
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Sun May 31 16:56:03 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 3d79f7a..f3b3757 100644
--- a/public/index.html
+++ b/public/index.html
@@ -74,7 +74,8 @@
   .model-row .saved{font:600 10px var(--mono);color:var(--ok);opacity:0;transition:opacity .2s}
   .model-row .saved.show{opacity:1}
 </style>
-</head>
+    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+  </head>
 <body>
 <header>
   <h1>FACTORY <b>FLOOR</b></h1>

← a2e466c Add per-site favicon (kills /favicon.ico 404)  ·  back to Factory Floor  ·  chore: ignore *.bak in .gitignore 07bc93c →