diff --git a/config.yml b/config.yml index 1b97458fe..71915ce15 100644 --- a/config.yml +++ b/config.yml @@ -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. diff --git a/worker.js b/worker.js index 029578a40..8af006461 100644 --- 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',