Skip to content

Commit 60ee45f

Browse files
committed
Another try
1 parent d2d5e65 commit 60ee45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/head/BaseHead.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const image = new URL(Astro.props.image || './social.png', Astro.site);
2020
<!-- Global Metadata -->
2121
<meta charset="utf-8" />
2222
<meta name="viewport" content="width=device-width" />
23-
<link rel="icon" type="image/png" href="../../logo_transparent_small.png" />
23+
<link rel="icon" type="image/png" href="../../../assets/img/logo_transparent_small.png" />
2424
<!-- Primary Meta Tags -->
2525
<title>{title}</title>
2626
<meta name="title" content={title} />

0 commit comments

Comments
 (0)