Skip to content

Commit

Permalink
fix: add missing assets to the service worker (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite authored Oct 4, 2024
1 parent 902f258 commit 0251da2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ self.addEventListener('install', function (event) {
'images/siteicons/svg/web.php',
'images/siteicons/svg/websearch.php',
'images/siteicons/svg/clone.php',
'images/siteicons/svg/mobile-menu/calendar.php',
'images/siteicons/svg/mobile-menu/home.php',
'images/siteicons/svg/mobile-menu/profile.php',
'images/siteicons/svg/mobile-menu/settings.php',
'images/siteicons/svg/mobile-menu/statistics.php',
'images/siteicons/pwa/stats.png',
'images/siteicons/pwa/settings.png',
'images/siteicons/pwa/about.png',
Expand Down

0 comments on commit 0251da2

Please sign in to comment.