SAFE-Stack / SAFE-template

dotnet CLI template for SAFE project
MIT License
282 stars 88 forks source link

shortcut link type in index.html is non-conforming #430

Closed poroburu closed 3 years ago

poroburu commented 3 years ago

The shortcut link type is conconforming and should not be used. According to MDN. See under icon:

The shortcut link type is often seen before icon, but this link type is non-conforming, ignored and web authors must not use it anymore.

https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types

<link rel="shortcut icon" type="image/png" href="/favicon.png"/> in https://github.com/SAFE-Stack/SAFE-template/blob/master/Content/default/src/Client/index.html