Skip to content

Commit

Permalink
problem: favicon by neil is not shown on the page
Browse files Browse the repository at this point in the history
  • Loading branch information
shaibearary committed Nov 22, 2023
1 parent b6a5d4c commit d1dfbae
Show file tree
Hide file tree
Showing 2 changed files 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="%sveltekit.assets%/favicon.png" />
<link rel="icon" href="%sveltekit.assets%/favicon-32x32.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
%sveltekit.head%
</head>
Expand Down
Binary file removed static/favicon.png
Binary file not shown.

0 comments on commit d1dfbae

Please sign in to comment.