Skip to content

Commit 50799a8

Browse files
Correction PWA
Correction PWA
2 parents 705f6d1 + 1ae0257 commit 50799a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

2025/src/js/service-worker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const CACHE_NAME = 'sotm-2025';
22
const urlsToCache = [
3-
'./index.html',
3+
'./',
44
'./css/main.css',
55
'./js/main.js'
66
];

2025/src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"type": "image/png",
2020
"sizes": "512x512"
2121
} ],
22-
"start_url": "./index.html"
22+
"start_url": "./"
2323
}

0 commit comments

Comments
 (0)