springimport/magento2-module-favicon-bugfix

Bugfix for favicon .ico format in Magento 2 (We don't recognize or support this file extension type)

0.1.4.1 2017-10-30 19:49 UTC

This package is auto-updated.

Last update: 2024-03-10 03:48:54 UTC


README

Bugfix for favicon .ico format in Magento 2. Necessary for Magento <= 2.1.7. Fixed in 2.1.8.

We don't recognize or support this file extension type

Enable module:

php -f bin/magento module:enable SpringImport_FaviconBugfix

Disable module:

php -f bin/magento module:disable SpringImport_FaviconBugfix

Update system:

php -f bin/magento setup:upgrade