Skip to content

Commit

Permalink
Internet tested through xbox instead of this domain
Browse files Browse the repository at this point in the history
  • Loading branch information
leem919 authored Oct 19, 2023
1 parent a1c4679 commit c22bac3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed icons/test.bmp
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
img.onload = function() {
cb(true)
}
img.src = "/xcloud-pwa/icons/test.bmp?t=" + (+new Date);
img.src = "https://www.xbox.com/favicon.ico?t=" + (+new Date);
}

if (window.matchMedia('(display-mode: standalone)').matches) {
Expand Down
2 changes: 1 addition & 1 deletion serviceworker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var staticCacheName = "pwa";
const update = 32;
const update = 33;

self.addEventListener("install", function (e) {
e.waitUntil(
Expand Down

0 comments on commit c22bac3

Please sign in to comment.