fix: #203 pwa installation problem

This commit is contained in:
Yifei Zhang 2023-04-02 12:28:18 +00:00
parent e248e9196a
commit 16028795f9

View File

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