fix: #203 pwa installation problem

This commit is contained in:
Yifei Zhang 2023-04-02 12:28:18 +00:00
parent e248e9196a
commit 16028795f9
1 changed files with 2 additions and 0 deletions

View File

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