Skip to content

Commit 1602879

Browse files
committed
fix: ChatGPTNextWeb#203 pwa installation problem
1 parent e248e91 commit 1602879

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public/serviceWorker.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ self.addEventListener("install", function (event) {
1111
}),
1212
);
1313
});
14+
15+
self.addEventListener("fetch", (e) => {});

0 commit comments

Comments
 (0)