Skip to content

Commit

Permalink
deploy: 4ada503
Browse files Browse the repository at this point in the history
  • Loading branch information
asjqkkkk committed Jun 21, 2024
1 parent 12c396f commit c59ff66
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 = {"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
"assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
"assets/fonts/MaterialIcons-Regular.otf": "1292a5c4f9976b72489b07513d8577d3",
"assets/AssetManifest.json": "2efbb41d7877d10aac9d091f58ccd7b9",
"index.html": "32962b133e644d82a5a0be79d25f879a",
"/": "32962b133e644d82a5a0be79d25f879a",
"index.html": "85109aacf3756c9481a699c4f23ce7af",
"/": "85109aacf3756c9481a699c4f23ce7af",
"manifest.json": "1f1046b940be1f793d03c1829d15a53c"};
// The application shell files that are downloaded before a service worker can
// start.
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="/">
<!-- <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 = "3461147228";
const serviceWorkerVersion = "1459126245";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down

0 comments on commit c59ff66

Please sign in to comment.