This commit is contained in:
2020-10-12 20:53:59 +00:00
parent 3ea1c1e860
commit 4cbcdd4aae

View File

@@ -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
}; };