Skip to content

Commit db9a4ed

Browse files
authored
fix: url favicon (#9)
1 parent 1ccaa92 commit db9a4ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/Base.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const { title = 'Your Name', description = 'Personal website & writings' } = Ast
1414
<title>{title}</title>
1515

1616
<!-- Favicon -->
17-
<link rel="icon" type="image/png" href="public/main-logo.png" />
17+
<link rel="icon" type="image/png" href="main-logo.png" />
1818

1919
<link rel="preconnect" href="https://fonts.googleapis.com" />
2020
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

0 commit comments

Comments
 (0)