Skip to content

Commit

Permalink
fix: index
Browse files Browse the repository at this point in the history
  • Loading branch information
Arenukvern committed Dec 16, 2023
1 parent fe1035b commit a1928f6
Show file tree
Hide file tree
Showing 3 changed files with 44,530 additions and 44,436 deletions.
6 changes: 3 additions & 3 deletions release/web/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"version.json": "6568349175ac6916ca1ebd52412e4457",
"index.html": "c7e9acb4c6fd41d731f89e3799edbd8e",
"/": "c7e9acb4c6fd41d731f89e3799edbd8e",
"index.html": "b9fb359b484f2f1448bc79fc77679ee0",
"/": "b9fb359b484f2f1448bc79fc77679ee0",
"CNAME": "beb3b4a41727647af5e7b96c3d282197",
"main.dart.js": "9d2ee506fdd5bc07ebf9a85952bf4fa7",
"main.dart.js": "7c516715d1c26abdc0303832ed4ec858",
"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
"app-ads.txt": "1acc4cac3813bca8436cb16e1af5095e",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
Expand Down
2 changes: 1 addition & 1 deletion release/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

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

0 comments on commit a1928f6

Please sign in to comment.