Skip to content

Commit

Permalink
fix: add relative path to html for favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya-Jyoti committed May 24, 2024
1 parent 795bae7 commit e1a9934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/assets/logo.png" />
<link rel="icon" href="%sveltekit.assets%/assets/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link
Expand Down

0 comments on commit e1a9934

Please sign in to comment.