Added SVG FavIcon

This commit is contained in:
MartinH0 2019-11-09 22:28:44 +01:00 committed by GitHub
parent 86fb8b3f7c
commit 45742a066e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@
//FavIcon itself //FavIcon itself
<link rel="icon" type="image/x-icon" href="%PUBLIC_URL%/favicon.ico"> <link rel="icon" type="image/x-icon" href="%PUBLIC_URL%/favicon.ico">
<link rel="icon" type="image/svg+xml" href="%PUBLIC_URL%/favicon.svg" />
<link rel="icon" type="image/png" href="%PUBLIC_URL%/favicon.png"> <link rel="icon" type="image/png" href="%PUBLIC_URL%/favicon.png">
<link rel="icon" type="image/gif" href="%PUBLIC_URL%/favicon.gif"> <link rel="icon" type="image/gif" href="%PUBLIC_URL%/favicon.gif">
//Apple Touch //Apple Touch