← back to Designer Line
Link favicon.svg in head (use branded SVG, not .ico fallback)
b9eda2f139b7625b8c9bcb721d29912fa210d437 · 2026-05-31 16:56:02 -0700 · Steve Abrams
Files touched
Diff
commit b9eda2f139b7625b8c9bcb721d29912fa210d437
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Sun May 31 16:56:02 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 3e1eb06..ecf9856 100644
--- a/public/index.html
+++ b/public/index.html
@@ -105,7 +105,8 @@
padding: 36px 28px 48px; text-align: center;
}
</style>
-</head>
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+ </head>
<body>
<section class="hero">
← ae5df42 Add per-site favicon (kills /favicon.ico 404)
·
back to Designer Line
·
(newest)