Skip to content

Commit

Permalink
fix: add declarations for icons to app.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Obnoxieux committed Jul 4, 2024
1 parent 2ac25a6 commit a73f89f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link rel="icon" href="%sveltekit.assets%/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="%sveltekit.assets%/touch-icon.png">
<link rel="manifest" href="%sveltekit.assets%/manifest.webmanifest">
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
</head>
Expand Down

0 comments on commit a73f89f

Please sign in to comment.