Skip to content

Commit ccac299

Browse files
committed
oh well...
1 parent e2fc5d2 commit ccac299

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

service-worker.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

22
const CACHE_NAME = 'microwave-time-converter-v1';
33
const urlsToCache = [
4-
'/',
5-
'/index.html',
6-
'/app.js',
7-
'/fav64.png',
8-
'/mw512.png',
9-
'/mw192.png',
10-
'/manifest.json'
4+
'./',
5+
'./index.html',
6+
'./app.js',
7+
'./fav64.png',
8+
'./mw512.png',
9+
'./mw192.png',
10+
'./manifest.json'
1111
];
1212

1313
// 安裝 Service Worker 並緩存資源

0 commit comments

Comments
 (0)