mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 05:52:22 -04:00
ts/src/app.html: Changed from favicon.png to favicon.ico (#3485)
Signed-off-by: Tomas Fabrizio Orsi <torsi@fi.uba.ar>
This commit is contained in:
parent
8af63f81eb
commit
d4a3e4828b
2 changed files with 2 additions and 1 deletions
|
@ -196,6 +196,7 @@ Kris Cherven <krischerven@gmail.com>
|
|||
twwn <github.com/twwn>
|
||||
Shirish Pokhrel <singurty@gmail.com>
|
||||
Park Hyunwoo <phu54321@naver.com>
|
||||
Tomas Fabrizio Orsi <torsi@fi.uba.ar>
|
||||
|
||||
********************
|
||||
|
||||
|
|
|
@ -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.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue