Skip to content

Commit

Permalink
set icon location to root
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismwilliams committed Oct 22, 2024
1 parent fd2d055 commit 974a43b
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 974a43b

Please sign in to comment.