Skip to content

Commit f20dfb6

Browse files
update favicon asset path
Co-authored-by: Taylor Dawson <[email protected]>
1 parent e434fad commit f20dfb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" type="image/x-icon" href="/favicon.png" />
5+
<link rel="icon" type="image/x-icon" href="%sveltekit.assets%/favicon.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
%sveltekit.head%
88

0 commit comments

Comments
 (0)