Skip to content

Commit

Permalink
deploy: ef55e20
Browse files Browse the repository at this point in the history
  • Loading branch information
xcc3641 committed Oct 4, 2023
1 parent 0629a49 commit 7a67ff5
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -22,8 +22,8 @@ const RESOURCES = {"canvaskit/chromium/canvaskit.js": "96ae916cd2d1b7320fff853ee
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"index.html": "97f07b0900429af6817290c88ae7da90",
"/": "97f07b0900429af6817290c88ae7da90",
"index.html": "b801247b54a8557a39de9ebd340f68f5",
"/": "b801247b54a8557a39de9ebd340f68f5",
"main.dart.js": "6f0678a75457eae2f509f746ed094d1b",
"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
Expand Down
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "782705169";
const serviceWorkerVersion = "2952430676";

</script>
<!-- This script adds the flutter initialization JS code -->
Expand All @@ -46,5 +46,9 @@
});

</script>
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
</script>
<script defer src="/_vercel/insights/script.js"></script>
</body>
</html>

0 comments on commit 7a67ff5

Please sign in to comment.