Skip to content

Commit

Permalink
Built web
Browse files Browse the repository at this point in the history
Branch: main
Commit: 27bf5d1 (dirty)

package:peanut 5.1.0
  • Loading branch information
ChunhThanhDe committed Oct 22, 2024
1 parent e496358 commit d723ef8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .last_build_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
599b0f83557e753fb6d13b87c109ba23
5d8c9e97cd1bebd4e465eb25ebdcf35a
2 changes: 1 addition & 1 deletion flutter_bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ const RESOURCES = {"assets/AssetManifest.bin": "52b2806f2319e63c43a83039f7ced0d0
"canvaskit/skwasm.worker.js": "89990e8c92bcb123999aa81f7e203b1c",
"favicon.png": "d013459ae83c2741755f17e806da3e85",
"flutter.js": "f393d3c16b631f36852323de8e583132",
"flutter_bootstrap.js": "48ea9138fa9ea0725420a94303a86271",
"flutter_bootstrap.js": "6274e3b086edf79d2292a4af260e4cc7",
"icons/Icon-192.png": "97b1eb6da642b5c879721b4a498d52fd",
"icons/Icon-512.png": "14a9d69f21be7b67853e5350b0a55b36",
"icons/Icon-maskable-192.png": "97b1eb6da642b5c879721b4a498d52fd",
"icons/Icon-maskable-512.png": "14a9d69f21be7b67853e5350b0a55b36",
"index.html": "856de5eff9a5266a89925023f7cab808",
"/": "856de5eff9a5266a89925023f7cab808",
"index.html": "d0ec7e212585fa78291e972b30c8b81e",
"/": "d0ec7e212585fa78291e972b30c8b81e",
"main.dart.js": "3485dfa0c3c9a06c3b80434dd750ef9f",
"manifest.json": "dac105faa360fd63486abfc940104257",
"version.json": "ae1b4855cfe8d598dc6b1a8dbc4b52cf"};
Expand Down
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
the `--base-href` argument provided to `flutter build`.
-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="/fruit-cutting-game/">
<base href="/fruit-cutting-game/">
<base href="/Fruit-Cutting-Game/">

<base href="/Fruit-Cutting-Game/">

<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
Expand Down Expand Up @@ -46,7 +47,7 @@
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('flutter-first-frame', function () {
navigator.serviceWorker.register('flutter_service_worker.js?v=3532640283');
navigator.serviceWorker.register('flutter_service_worker.js?v=729562857');
});
}
</script>
Expand Down

0 comments on commit d723ef8

Please sign in to comment.