Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
l3limp committed Jul 6, 2024
1 parent 9ddf7ab commit d8ff996
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const RESOURCES = {"assets/AssetManifest.bin": "363964567b910078dd5cfd08a37293ae
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
"icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2ea3c",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"index.html": "1e6219ce7d8de90b76ffa0f4ae2c1bec",
"/": "1e6219ce7d8de90b76ffa0f4ae2c1bec",
"index.html": "7db794b7c3ece3d4f089d374499cd337",
"/": "7db794b7c3ece3d4f089d374499cd337",
"main.dart.js": "f68348f5f103cc5451ce2c682a59ab85",
"manifest.json": "a55db25be85a4d76b93dbe84efc982c7",
"version.json": "3edc4534a6ace3f920504bf6eec2edcd"};
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
-->
<!-- <base href="/" /> -->


<meta charset="UTF-8" />
<meta content="IE=Edge" http-equiv="X-UA-Compatible" />
Expand All @@ -34,7 +34,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "1539780818";
const serviceWorkerVersion = "2123792855";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down

0 comments on commit d8ff996

Please sign in to comment.