fix: favicon

This commit is contained in:
sam 2024-12-11 20:43:55 +01:00
parent ff8d53814d
commit 1ce4f9d278
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" /> <link rel="icon" href="%sveltekit.assets%/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head% %sveltekit.head%
</head> </head>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB