Open pl71 opened 2 years ago
From a nice article about fav-icons:
Edge and IE11 will request the browserconfig.xml file automatically. However, you can explicitly expose the configuration file with the following, allowing you to change its name and path:
<meta name="msapplication-config" content="/path/to/config-file.xml" />
But this checker is searching only in the root for the browserconfig.xml file disregarding my meta.
browserconfig.xml
From a nice article about fav-icons:
<meta name="msapplication-config" content="/path/to/config-file.xml" />
But this checker is searching only in the root for the
browserconfig.xml
file disregarding my meta.