Skip to content

Commit

Permalink
improve performance 3
Browse files Browse the repository at this point in the history
  • Loading branch information
m-r-davari committed Feb 12, 2024
1 parent 83b9521 commit fcfedd4
Show file tree
Hide file tree
Showing 4 changed files with 38,719 additions and 37,679 deletions.
6 changes: 3 additions & 3 deletions docs/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"version.json": "0cbac505eb1e9397f86acc358731338b",
"index.html": "10c0c6a9d60fefcb43930e4dcf47c11d",
"/": "10c0c6a9d60fefcb43930e4dcf47c11d",
"main.dart.js": "0af8e8f043d502fed65416c81cd17d47",
"index.html": "9fe04dde4d57f16400af4a3c2ffacbd1",
"/": "9fe04dde4d57f16400af4a3c2ffacbd1",
"main.dart.js": "f9c72fb8378628c56676ae57a2c0c72f",
"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

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

0 comments on commit fcfedd4

Please sign in to comment.