Skip to content

Commit bc999c2

Browse files
committed
fix: offline mode not working
1 parent c8fd68a commit bc999c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/vite.config.prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default {
8383
}),
8484
splitVendorChunkPlugin(),
8585
VitePWA({
86-
injectRegister: "networkfirst",
86+
// injectRegister: "networkfirst",
8787
registerType: "autoUpdate",
8888
manifest: {
8989
short_name: "Monkeytype",

0 commit comments

Comments
 (0)