Skip to content

Commit

Permalink
better favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
catdevnull committed Jan 10, 2025
1 parent 290db01 commit a620149
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sitio-sveltekit/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="icon" type="image/png" href="%sveltekit.assets%/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="%sveltekit.assets%/favicon.svg" />
<link rel="shortcut icon" href="%sveltekit.assets%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
Expand Down
Binary file added sitio-sveltekit/static/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sitio-sveltekit/static/favicon.ico
Binary file not shown.
Binary file removed sitio-sveltekit/static/favicon.png
Binary file not shown.
3 changes: 3 additions & 0 deletions sitio-sveltekit/static/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a620149

Please sign in to comment.