diff --git a/public/index.html b/public/index.html index 68136ccb..0e34b0ac 100644 --- a/public/index.html +++ b/public/index.html @@ -5,12 +5,11 @@ - + - Dashy diff --git a/src/utils/defaults.js b/src/utils/defaults.js index 3f0675d7..681be1fe 100644 --- a/src/utils/defaults.js +++ b/src/utils/defaults.js @@ -306,8 +306,8 @@ module.exports = { themeColor: '#00af87', msTileColor: '#0b1021', mode: 'production', + manifestCrossorigin: 'use-credentials', iconPaths: { - manifestCrossorigin: 'use-credentials', favicon64: './web-icons/favicon-64x64.png', favicon32: './web-icons/favicon-32x32.png', maskIcon: './web-icons/dashy-logo.png',