Skip to content

Commit

Permalink
Merge pull request #63 from nostrocket/fixfavicon
Browse files Browse the repository at this point in the history
problem: favicon by neil is not shown on the page
  • Loading branch information
gsovereignty authored Nov 22, 2023
2 parents b6a5d4c + d1dfbae commit 4b0dd28
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 4b0dd28

Please sign in to comment.