From ccb59466d962edecf381496bb613b6f96e23befd Mon Sep 17 00:00:00 2001 From: journey-ad Date: Mon, 18 Dec 2023 00:11:02 +0800 Subject: [PATCH] =?UTF-8?q?to:=20pwa=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ---- vue.config.js | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d91b23f7..11a5335a 100644 --- a/package.json +++ b/package.json @@ -46,9 +46,5 @@ "stylus-loader": "^3.0.2", "vue-svg-icon": "^1.2.9", "vue-template-compiler": "^2.7.15" - }, - "pwa": { - "name": "pixiv-viewer", - "themeColor": "#2cabff" } } diff --git a/vue.config.js b/vue.config.js index a6d66de4..623073cc 100644 --- a/vue.config.js +++ b/vue.config.js @@ -5,6 +5,10 @@ module.exports = { publicPath: process.env.NODE_ENV === 'production' ? '././' : '/', + pwa: { + name: "pixiv-viewer", + themeColor: "#2cabff" + }, chainWebpack: config => { config .module