[object Object]

← back to Fashion Style Guides

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

785c5cdee0e25a344d548c03adb84d72caabc76b · 2026-05-31 16:56:03 -0700 · SteveStudio2

Files touched

Diff

commit 785c5cdee0e25a344d548c03adb84d72caabc76b
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 e6f547e..754f514 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,7 +5,8 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <title>Fashion Style Guides — 20 Houses · Pantone</title>
 <link rel="stylesheet" href="/styles.css">
-</head>
+    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+  </head>
 <body>
 
 <header class="topbar">

← a3177e9 Add per-site favicon (kills /favicon.ico 404)  ·  back to Fashion Style Guides  ·  chore: macstudio3 migration — reconcile from mac2 + repoint 803ca84 →