Skip to content

Commit 31075d3

Browse files
committed
PWA: Pre-cache splash screen and logo for instant startup
1 parent 9dfae4d commit 31075d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

web/public/sw.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ const PRECACHE_ASSETS = [
66
'/manifest.webmanifest',
77
'/icon-192.png',
88
'/icon-512.png',
9+
'/splash.png',
10+
'/saileela-logo.png',
911
'/offline.html'
1012
];
1113

0 commit comments

Comments
 (0)