]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - vue.config.js
Adding PWA icons for proper pwa support
[github/bastienwirtz/homer.git] / vue.config.js
index 06a11463f8c13fc0a87e80eda2ac40239a6d86f7..3b104f727f2c31603659bd4b0853a40ea37c9e59 100644 (file)
@@ -7,4 +7,7 @@ module.exports = {
       .loader("raw-loader")
       .end();
   },
+  pwa: {
+    manifestPath: "assets/manifest.json"
+  }
 };