Skip to content

Commit 50ad00a

Browse files
authored
Update service_worker.js
1 parent 97ed4e0 commit 50ad00a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_worker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
* @supported DESKTOP, MOBILE
77
* @file service_worker.js
88
* @created 2023-09-23
9-
* @updated 2023-09-28
9+
* @updated 2023-09-29
1010
* @version 0.0.1
1111
*/
1212

1313
// Attributes.
1414
const catchName = "gitlab-clone-v1";
1515
const staticAssets = [
1616
"./src/home_page/main.js",
17-
"./public/style.css",
1817
"./manifest.json",
1918
"./index.html",
19+
"./style.css",
2020
"./"
2121
];
2222

0 commit comments

Comments
 (0)