diff --git a/vue.config.js b/vue.config.js index 909bdcd..93e4485 100644 --- a/vue.config.js +++ b/vue.config.js @@ -5,6 +5,10 @@ module.exports = { themeColor: mainColor, msTileColor: mainColor, name: 'BinĂ´me', + workboxOptions: { + skipWaiting: true, + clientsClaim: true + }, manifestOptions: { background_color: mainColor, theme_color: mainColor,