diff --git a/vue.config.js b/vue.config.js index 3001c8a6..59c099d6 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,7 +7,8 @@ module.exports = { appleMobileWebAppStatusBarStyle: 'black', workboxPluginMode: 'GenerateSW', workboxOptions: { - navigateFallback: 'index.html' + navigateFallback: 'index.html', + skipWaiting: true } } }