Skip to content

Commit

Permalink
Merge pull request #332 from chrismwilliams/fix/icon-link
Browse files Browse the repository at this point in the history
set icon location to root
  • Loading branch information
chrismwilliams authored Oct 22, 2024
2 parents fd2d055 + 974a43b commit c49052c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const socialImageURL = new URL(ogImage ? ogImage : "/social-card.png", Astro.url
<>
{/* Favicon & Apple Icon */}
<link rel="icon" href="/favicon-32x32.png" type="image/png" />
<link href="icons/apple-touch-icon.png" rel="apple-touch-icon" />
<link href="/icons/apple-touch-icon.png" rel="apple-touch-icon" />
{/* Manifest */}
<link href="/manifest.webmanifest" rel="manifest" />
</>
Expand Down

0 comments on commit c49052c

Please sign in to comment.