Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9a83286 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanfei-1 committed Oct 20, 2023
1 parent 070f7b3 commit 1ff0782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"version.json": "324e1811acec8ce2a0a3ad9ac671e643",
"index.html": "b78afdc5eb4dada3663c890b90e25838",
"/": "b78afdc5eb4dada3663c890b90e25838",
"index.html": "a2e7eb1c2400854f7453d7c587d3b9cc",
"/": "a2e7eb1c2400854f7453d7c587d3b9cc",
"main.dart.js": "e11721d595d60d92ddaca78bdfe47903",
"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
"favicon.webp": "5d8a19c576a1ba2a24af3b99f340237d",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('flutter-first-frame', function () {
navigator.serviceWorker.register('flutter_service_worker.js?v=4267096342');
navigator.serviceWorker.register('flutter_service_worker.js?v=4190112374');
});
}
</script>
Expand Down

0 comments on commit 1ff0782

Please sign in to comment.