This commit is contained in:
@@ -36,6 +36,7 @@ module.exports = {
|
|||||||
iconPaths: {
|
iconPaths: {
|
||||||
//disable automatic icons, they have the wrong ones basically, use this guide https://developers.google.com/web/fundamentals/design-and-ux/browser-customization
|
//disable automatic icons, they have the wrong ones basically, use this guide https://developers.google.com/web/fundamentals/design-and-ux/browser-customization
|
||||||
//and put them directly into the index.html in the public folder as it's the source one used
|
//and put them directly into the index.html in the public folder as it's the source one used
|
||||||
|
//and https://realfavicongenerator.net/
|
||||||
favicon32: null,
|
favicon32: null,
|
||||||
favicon16: null,
|
favicon16: null,
|
||||||
appleTouchIcon: null,
|
appleTouchIcon: null,
|
||||||
@@ -43,6 +44,5 @@ module.exports = {
|
|||||||
msTileImage: null
|
msTileImage: null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
productionSourceMap: false
|
productionSourceMap: false
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user