🍱 (pwa) set icons

This commit is contained in:
Julien Calixte
2021-03-14 20:22:08 +01:00
parent cc1827a55d
commit 89d18b4325
19 changed files with 5 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"pwa:asset": "npx vue-pwa-asset-generator -a public/img/logo.svg --no-manifest"
"pwa:asset": "npx vue-pwa-asset-generator -a public/img/logo.png --no-manifest"
},
"dependencies": {
"@octokit/core": "^3.2.5",
@@ -54,4 +54,4 @@
"typescript": "~4.1.3",
"vue-jest": "^5.0.0-0"
}
}
}