Skip to content

Commit 78bb99e

Browse files
authored
refactor: Fixed favicon path to be displayed
1 parent 096fb9f commit 78bb99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/layouts/Layout.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html lang="en">
22
<head>
33
<meta charset="utf-8" />
4-
<link rel="icon" type="image/svg+xml" href="paska-ovo/favicon.svg" />
4+
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
55
<meta name="viewport" content="width=device-width" />
66
<meta name="generator" content={Astro.generator} />
77
<meta

0 commit comments

Comments
 (0)