From: Bastien Wirtz Date: Tue, 14 Jan 2020 15:13:17 +0000 (-0800) Subject: Adding missing assets to the service worker cache X-Git-Tag: v1.0~12^2 X-Git-Url: https://git.immae.eu/?p=github%2Fbastienwirtz%2Fhomer.git;a=commitdiff_plain;h=45b49b30cf300e1c76501c808a63caa1aa501294 Adding missing assets to the service worker cache --- diff --git a/worker.js b/worker.js index e060360..029578a 100644 --- a/worker.js +++ b/worker.js @@ -14,6 +14,7 @@ self.addEventListener('install', event => { 'vendors/font-awesone.min.css', 'vendors/bulma.min.css', 'assets/logo.png', + 'assets/favicon.png', 'webfonts/raleway/raleway-v14-latin-regular.woff', 'webfonts/raleway/raleway-v14-latin-regular.woff2', 'webfonts/lato/lato-v16-latin-regular.woff',