Skip to content

Commit

Permalink
fix(Layout.astro): update favicon path to ensure correct loading of t…
Browse files Browse the repository at this point in the history
…he icon
  • Loading branch information
keksiqc committed Dec 4, 2024
1 parent 4b11051 commit 99adf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const { title } = Astro.props
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="/public/favicon.svg" />
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
</head>
Expand Down

0 comments on commit 99adf2e

Please sign in to comment.