Remove config.yml from service worker to avoid caching issues

This commit is contained in:
Bastien Wirtz
2020-03-22 18:19:12 -07:00
parent 22555b55e2
commit 4b87511f28
2 changed files with 3 additions and 4 deletions

View File

@@ -6,7 +6,6 @@ self.addEventListener('install', event => {
cache.addAll([
'.',
'index.html',
'config.yml',
'app.css',
'app.js',
'vendors/vue.min.js',