mirror of https://github.com/bastienwirtz/homer
Adding missing assets to the service worker cache
parent
c1ec54ff35
commit
45b49b30cf
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue