Skip to content

Commit

Permalink
pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
kaheetonaa committed Oct 18, 2024
1 parent 9558866 commit 47132b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
],
"name": "Sandbox4All",
"short_name": "Sandbox4All",
"start_url": "/"
"start_url": "/index.html"
}
1 change: 1 addition & 0 deletions sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ self.addEventListener('install', (e) => {
e.waitUntil(
caches.open('iDSandbox4All').then((cache) => cache.addAll([
'index.html',
'land.html',
'icon/icon.png',
'dist/iD.js',
'dist/iD.css',
Expand Down

0 comments on commit 47132b3

Please sign in to comment.