X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=vue.config.js;h=3b104f727f2c31603659bd4b0853a40ea37c9e59;hb=2301d8919c28eb888ea1eb968d03376b2219a27d;hp=06a11463f8c13fc0a87e80eda2ac40239a6d86f7;hpb=1875c17aa5142d90fc03498875e195f2085d9640;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/vue.config.js b/vue.config.js index 06a1146..3b104f7 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,4 +7,7 @@ module.exports = { .loader("raw-loader") .end(); }, + pwa: { + manifestPath: "assets/manifest.json" + } };