]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Remove config.yml from service worker to avoid caching issues v1.0
authorBastien Wirtz <bastien.wirtz@gmail.com>
Mon, 23 Mar 2020 01:19:12 +0000 (18:19 -0700)
committerBastien Wirtz <bastien.wirtz@gmail.com>
Mon, 23 Mar 2020 01:19:12 +0000 (18:19 -0700)
config.yml
worker.js

index 1b97458fe0deeb4833df1b7d51215f91863f038b..71915ce155318de32e977f02d62919719ddb9603 100644 (file)
@@ -2,7 +2,7 @@
 # Homepage configuration
 # See https://fontawesome.com/icons for icons options
 
-title: "Demo homepage"
+title: "Demo dashboard"
 subtitle: "Homer"
 logo: "assets/logo.png"
 # icon: "fas fa-skull-crossbones" Optional icon
@@ -20,11 +20,11 @@ message:
 links:
   - name: "ansible"
     icon: "fab fa-github"
-    url: "https://github.com/xxxxx/ansible/"
+    url: "https://github.com/bastienwirtz/homer"
     target: '_blank' # optionnal html a tag target attribute
   - name: "Wiki"
     icon: "fas fa-book"
-    url: "https://wiki.xxxxxx.com/"
+    url: "https://www.wikipedia.org/"
 
 # Services
 # First level array represent a group.
index 029578a40e743274bdc4995479d4fefc6746a14e..8af0064615e42d936c736bd7d9fd64fc9c87ffc2 100644 (file)
--- a/worker.js
+++ b/worker.js
@@ -6,7 +6,6 @@ self.addEventListener('install', event => {
                 cache.addAll([
                     '.',
                     'index.html',
-                    'config.yml',
                     'app.css',
                     'app.js',
                     'vendors/vue.min.js',