mirror of
https://github.com/taigrr/homer
synced 2025-01-18 04:53:12 -08:00
Add missing font-awesome file in cache
This commit is contained in:
parent
ab76270ca9
commit
c1ec54ff35
15
worker.js
15
worker.js
@ -18,6 +18,21 @@ self.addEventListener('install', event => {
|
||||
'webfonts/raleway/raleway-v14-latin-regular.woff2',
|
||||
'webfonts/lato/lato-v16-latin-regular.woff',
|
||||
'webfonts/lato/lato-v16-latin-regular.woff2',
|
||||
'webfonts/fa-brands-400.woff',
|
||||
'webfonts/fa-brands-400.woff2',
|
||||
'webfonts/fa-brands-400.svg',
|
||||
'webfonts/fa-brands-400.ttf',
|
||||
'webfonts/fa-brands-400.eot',
|
||||
'webfonts/fa-regular-400.woff',
|
||||
'webfonts/fa-regular-400.woff2',
|
||||
'webfonts/fa-regular-400.svg',
|
||||
'webfonts/fa-regular-400.ttf',
|
||||
'webfonts/fa-regular-400.eot',
|
||||
'webfonts/fa-solid-900.woff',
|
||||
'webfonts/fa-solid-900.woff2',
|
||||
'webfonts/fa-solid-900.svg',
|
||||
'webfonts/fa-solid-900.ttf',
|
||||
'webfonts/fa-solid-900.eot',
|
||||
])
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user