Browse Source

fix: #203 pwa installation problem

Yifei Zhang 1 year ago
parent
commit
16028795f9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      public/serviceWorker.js

+ 2 - 0
public/serviceWorker.js

@@ -11,3 +11,5 @@ self.addEventListener("install", function (event) {
     }),
   );
 });
+
+self.addEventListener("fetch", (e) => {});