Skip to content

Commit

Permalink
deploy: af884e1
Browse files Browse the repository at this point in the history
  • Loading branch information
Arenukvern committed Mar 2, 2024
1 parent 660cbb6 commit 4d50bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ self.addEventListener("fetch", (event) => {
if (
event.request.url == origin ||
event.request.url.startsWith(origin + "/#") ||
event.request.url.startsWith(origin + "/#/home") ||
key == ""
) {
key = "/";
Expand Down

0 comments on commit 4d50bb7

Please sign in to comment.