Skip to content

Commit

Permalink
refactor: Fixed favicon path to be displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
EGAMAGZ authored Nov 19, 2024
1 parent 096fb9f commit 78bb99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="paska-ovo/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<meta
Expand Down

0 comments on commit 78bb99e

Please sign in to comment.