From 4cbcdd4aae8b91b3ead52e6e1f01f3e40673befd Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 12 Oct 2020 20:53:59 +0000 Subject: [PATCH] --- ayanova/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };