Fix Vue's PWA manifestCrossorigin, remove second mainfest from head

This commit is contained in:
rokiden
2023-10-11 16:38:37 +06:00
parent 388f482d25
commit dec5a0820a
2 changed files with 2 additions and 3 deletions

View File

@@ -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',