1 parent 1ccaa92 commit db9a4edCopy full SHA for db9a4ed
1 file changed
src/layouts/Base.astro
@@ -14,7 +14,7 @@ const { title = 'Your Name', description = 'Personal website & writings' } = Ast
14
<title>{title}</title>
15
16
<!-- Favicon -->
17
- <link rel="icon" type="image/png" href="public/main-logo.png" />
+ <link rel="icon" type="image/png" href="main-logo.png" />
18
19
<link rel="preconnect" href="https://fonts.googleapis.com" />
20
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
0 commit comments