Skip to content

Commit

Permalink
Update service_worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
obrymec committed Sep 28, 2023
1 parent 97ed4e0 commit 50ad00a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
* @supported DESKTOP, MOBILE
* @file service_worker.js
* @created 2023-09-23
* @updated 2023-09-28
* @updated 2023-09-29
* @version 0.0.1
*/

// Attributes.
const catchName = "gitlab-clone-v1";
const staticAssets = [
"./src/home_page/main.js",
"./public/style.css",
"./manifest.json",
"./index.html",
"./style.css",
"./"
];

Expand Down

0 comments on commit 50ad00a

Please sign in to comment.