Skip to content

Commit

Permalink
Add missing images to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmenno committed Oct 3, 2024
1 parent c478bf7 commit e6a186e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PWA/public/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion PWA/src/sw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ self.addEventListener("install", function (event: any) {
"/favicon.ico",
"/manifest.json",
"/apple-touch-icon.png",
"/apple-touch-icon-precomposed.png"
"/apple-touch-icon-precomposed.png",
"/images/icons/app-icon-192x192.png",
"/apple-touch-icon-120x120.png",
"/apple-touch-icon-120x120-precomposed.png"
]
.concat(new CacheFilePathService().pathsOfFilesToCache())
);
Expand Down

0 comments on commit e6a186e

Please sign in to comment.