mirror of https://github.com/ghostfolio/ghostfolio
6 changed files with 2552 additions and 2460 deletions
@ -0,0 +1,30 @@ |
|||
{ |
|||
"$schema": "../../node_modules/@angular/service-worker/config/schema.json", |
|||
"index": "/index.html", |
|||
"assetGroups": [ |
|||
{ |
|||
"name": "app", |
|||
"installMode": "prefetch", |
|||
"resources": { |
|||
"files": [ |
|||
"/favicon.ico", |
|||
"/index.html", |
|||
"/assets/site.webmanifest", |
|||
"/*.css", |
|||
"/*.js" |
|||
] |
|||
} |
|||
}, |
|||
{ |
|||
"name": "assets", |
|||
"installMode": "lazy", |
|||
"updateMode": "prefetch", |
|||
"resources": { |
|||
"files": [ |
|||
"/assets/**", |
|||
"/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2)" |
|||
] |
|||
} |
|||
} |
|||
] |
|||
} |
File diff suppressed because it is too large
Loading…
Reference in new issue