Skip to content

Commit

Permalink
fix: service worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Arenukvern committed Mar 2, 2024
1 parent d74d59e commit af884e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/web/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 af884e1

Please sign in to comment.