← back to Macstudio Specs
Link favicon.svg in head (use branded SVG, not .ico fallback)
997d718fa84aef6e198ed5b9cfa2b84bf514f619 · 2026-05-31 16:56:03 -0700 · SteveStudio2
Files touched
Diff
commit 997d718fa84aef6e198ed5b9cfa2b84bf514f619
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 49de048..f136917 100644
--- a/public/index.html
+++ b/public/index.html
@@ -61,7 +61,8 @@
.src a { color: var(--accent); text-decoration: none; }
.src a:hover { text-decoration: underline; }
</style>
-</head>
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+ </head>
<body>
<header>
<div class="hero">
← c7d3ba2 Add per-site favicon (kills /favicon.ico 404)
·
back to Macstudio Specs
·
(newest)