From dec5a0820a9cdaef5b17c9f834f2fd3caf9dec12 Mon Sep 17 00:00:00 2001 From: rokiden Date: Wed, 11 Oct 2023 16:38:37 +0600 Subject: [PATCH] Fix Vue's PWA manifestCrossorigin, remove second mainfest from head --- public/index.html | 3 +-- src/utils/defaults.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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',