Skip to content

Commit

Permalink
fix: skeleton bones count
Browse files Browse the repository at this point in the history
  • Loading branch information
jvenin committed Mar 10, 2024
1 parent 3ac1e2f commit c1a5be4
Show file tree
Hide file tree
Showing 6 changed files with 2,591 additions and 2,588 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": "7c5035eab4a479d3fa9551a1be230010",
"index.html": "9de4893d029600aacc26c7cdd7cf93d3",
"/": "9de4893d029600aacc26c7cdd7cf93d3",
"main.dart.js": "824d2c8dd7f3a9c8d13efc75ac683359",
"index.html": "76cdac296d59239430e2b1176950274d",
"/": "76cdac296d59239430e2b1176950274d",
"main.dart.js": "32f744093c097c2a558772ac49788f93",
"flutter.js": "c71a09214cb6f5f8996a531350400a9a",
"favicon.png": "b77adb549c05906dd4c49f910e872eb0",
"icons/favicon-16x16.png": "c4b958438bb5e326900a7afdbb21ef2f",
Expand Down
2 changes: 1 addition & 1 deletion docs/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 = "2968908039";
const serviceWorkerVersion = "2744680341";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
Loading

0 comments on commit c1a5be4

Please sign in to comment.