[object Object]

← back to Whatsmystyle

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

47f0eab56d16034d2af2fb32a7164433d549fcc5 · 2026-05-31 16:56:06 -0700 · SteveStudio2

Files touched

Diff

commit 47f0eab56d16034d2af2fb32a7164433d549fcc5
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Sun May 31 16:56:06 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 08daa6b..95e21b5 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,7 +6,8 @@
 <title>WhatsMyStyle — Better A or B?</title>
 <meta name="description" content="The optometrist for your closet. Show me two outfits, I'll tell you what's you.">
 <link rel="stylesheet" href="/css/app.css">
-</head>
+    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+  </head>
 <body>
 <a href="#main" class="skip-link">Skip to main content</a>
 <div id="role-banner" class="role-banner" hidden></div>

← 89e1682 Add per-site favicon (kills /favicon.ico 404)  ·  back to Whatsmystyle  ·  (newest)