Adding PWA icons for proper pwa support

This commit is contained in:
Bastien Wirtz
2020-05-30 17:17:39 -07:00
parent 1875c17aa5
commit 2301d8919c
20 changed files with 124 additions and 3 deletions

View File

@@ -151,8 +151,6 @@ export default {
let config = await this.getConfig();
this.config = merge(defaults, config);
console.log(this.config);
this.services = this.config.services;
document.title = `${this.config.title} | ${this.config.subtitle}`;
} catch (error) {