From d4b5b5d4bdd613bb310e9ef33b19ed1189e097b6 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 25 Feb 2022 09:32:46 +0530 Subject: [PATCH] Update package.json name & cleanup outdated caches --- package.json | 2 +- vue.config.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a0d18c..a8261c8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "piped-redesign", + "name": "piped-material", "version": "0.1.0", "scripts": { "serve": "vue-cli-service serve", diff --git a/vue.config.js b/vue.config.js index 6f8637d..43c55d9 100644 --- a/vue.config.js +++ b/vue.config.js @@ -10,6 +10,7 @@ module.exports = { appleMobileWebAppStatusBarStyle: 'black', workboxOptions: { + cleanupOutdatedCaches: true, navigateFallback: 'index.html', skipWaiting: true, importWorkboxFrom: 'local',