mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-07-17 16:38:59 +00:00
Add missing font-awesome file in cache
This commit is contained in:
parent
ab76270ca9
commit
c1ec54ff35
1 changed files with 15 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue