🍱 Re: #55 - Adds missing favicon and logo, and specifies in manieft

This commit is contained in:
Alicia Sykes
2021-06-23 12:33:42 +01:00
parent 295783bcc6
commit 74c3ee058c
7 changed files with 58 additions and 9 deletions

View File

@@ -17,11 +17,17 @@ module.exports = {
pwa: {
name: 'Dashy',
themeColor: '#00CCB4',
manifestPath: './public/manifest.json',
themeColor: '#00af87',
msTileColor: '#0b1021',
manifestCrossorigin: 'use-credentials',
iconPaths: {
manifestCrossorigin: 'use-credentials',
favicon64: './public/web-icons/favicon-64x64.png',
favicon32: './public/web-icons/favicon-32x32.png',
maskIcon: './public/web-icons/dashy-logo.png',
msTileImage: './public/web-icons/dashy-logo.png',
},
},
pages: {
dashy: {
entry: 'src/main.js',