Skip to content

Commit 77b8a62

Browse files
Dale KunceDale Kunce
authored andcommitted
Fix malformed favicon link path
- Correct /assets/graphicsfavicon/ to /assets/graphics/favicon/ - Adds missing slash between 'graphics' and 'favicon' in favicon-32x32.png link - Ensures consistent favicon URL structure across all favicon references This fixes the 404 error for the 32x32 favicon on missingmaps.org
1 parent 67ad46e commit 77b8a62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<link rel="icon" type="image/png" href="/assets/graphics/favicon/favicon-160x160.png" sizes="160x160">
4141
<link rel="icon" type="image/png" href="/assets/graphics/favicon/favicon-96x96.png" sizes="96x96">
4242
<link rel="icon" type="image/png" href="/assets/graphics/favicon/favicon-16x16.png" sizes="16x16">
43-
<link rel="icon" type="image/png" href="/assets/graphicsfavicon/favicon-32x32.png" sizes="32x32">
43+
<link rel="icon" type="image/png" href="/assets/graphics/favicon/favicon-32x32.png" sizes="32x32">
4444

4545
<meta name="description" content="Putting the World's Vulnerable People on the Map">
4646
<meta itemprop="name" content="MissingMaps">

0 commit comments

Comments
 (0)