1
0
Fork 0

improved favicon visibility

This commit is contained in:
Kim, Jimin 2022-02-16 18:14:29 +09:00
parent fe49a0f75a
commit c24f93c078

View file

@ -10,12 +10,12 @@
<link <link
rel="shortcut icon" rel="shortcut icon"
type="image/png" type="image/png"
href="%PUBLIC_URL%/assets/icon/llama.png" href="%PUBLIC_URL%/assets/icon/llama-color.png"
/> />
<link <link
rel="icon" rel="icon"
type="image/png" type="image/png"
href="%PUBLIC_URL%/assets/icon/llama.png" href="%PUBLIC_URL%/assets/icon/llama-color.png"
/> />
<base href="/" /> <base href="/" />
@ -38,7 +38,7 @@
<!-- IOS stuff --> <!-- IOS stuff -->
<link <link
rel="apple-touch-icon" rel="apple-touch-icon"
href="%PUBLIC_URL%/assets/icon/llama.png" href="%PUBLIC_URL%/assets/icon/llama-color.png"
/> />
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Llama Bot" /> <meta name="apple-mobile-web-app-title" content="Llama Bot" />