diff --git a/ayanova/vue.config.js b/ayanova/vue.config.js index 149c807d..2f1fc9d4 100644 --- a/ayanova/vue.config.js +++ b/ayanova/vue.config.js @@ -36,6 +36,7 @@ module.exports = { iconPaths: { //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 https://realfavicongenerator.net/ favicon32: null, favicon16: null, appleTouchIcon: null, @@ -43,6 +44,5 @@ module.exports = { msTileImage: null } }, - productionSourceMap: false };