|
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> |
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/icons/shlink-128.png"> |
|
<link rel="apple-touch-icon" sizes="64x64" href="%PUBLIC_URL%/icons/shlink-64.png"> |
|
<link rel="apple-touch-icon" sizes="32x32" href="%PUBLIC_URL%/icons/shlink-32.png"> |
|
<link rel="apple-touch-icon" sizes="24x24" href="%PUBLIC_URL%/icons/shlink-24.png"> |
|
<link rel="apple-touch-icon" sizes="16x16" href="%PUBLIC_URL%/icons/shlink-16.png"> |
url at the favicons is always:
/icons/shlink-[XX].png
but should be
/icons/icon-[XX]x[XX].png
as the Files /icons/shlink-[XX].png does not exist.
shlink-web-client/public/index.html
Lines 14 to 19 in d909789
url at the favicons is always:
/icons/shlink-[XX].pngbut should be
/icons/icon-[XX]x[XX].pngas the Files
/icons/shlink-[XX].pngdoes not exist.