Skip to content

Commit

Permalink
Move service worker in hopes of it working
Browse files Browse the repository at this point in the history
  • Loading branch information
shealavington committed Feb 4, 2025
1 parent 6922bef commit 05087cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"not dead"
],
"vue": {
"filenameHashing": false,
"pwa": {
"name": "Quizzi",
"themeColor": "#191923",
Expand All @@ -82,6 +83,10 @@
"appleMobileWebAppStatusBarStyle": "white",
"manifestOptions": {
"display": "fullscreen"
},
"workboxPluginMode": "InjectManifest",
"workboxOptions": {
"swSrc": "src/service-worker.js"
}
}
}
Expand Down
File renamed without changes.

0 comments on commit 05087cd

Please sign in to comment.