Adding missing assets to the service worker cache

This commit is contained in:
Bastien Wirtz 2020-01-14 07:13:17 -08:00
parent c1ec54ff35
commit 45b49b30cf

View File

@ -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',