Skip to content

Commit

Permalink
Deploying to gh-pages from @ a8ba5c0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
w568w committed Jan 26, 2025
1 parent e6e2b01 commit 470026f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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 @@ -6,11 +6,11 @@ const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {"flutter.js": "4b2350e14c6650ba82871f60906437ea",
"favicon.webp": "5d8a19c576a1ba2a24af3b99f340237d",
"version.json": "18b0317c54618b55b6caa7650277ba3f",
"flutter_bootstrap.js": "1faf6c9d999c299e3a02cf45e133a847",
"flutter_bootstrap.js": "464c41d5358727c065043d01c2535539",
"manifest.json": "012d91b9edf492757ddf24dd1b15d03e",
"main.dart.js": "8d432f9c47ed3c7180f9f0f7c4ebda69",
"index.html": "529f7a7c66a22db169e3245eab41c0ed",
"/": "529f7a7c66a22db169e3245eab41c0ed",
"index.html": "d9184e98afdd4ddd8e51e780a685fc5f",
"/": "d9184e98afdd4ddd8e51e780a685fc5f",
"assets/AssetManifest.json": "0c2dddc9a70cab70fd49982e32420c96",
"assets/shaders/ink_sparkle.frag": "ecc85a2e95f5e9f53123dcaf8cb9b6ce",
"assets/fonts/MaterialIcons-Regular.otf": "0dfcffaba47f89910e50346f6dafa87f",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('flutter-first-frame', function () {
navigator.serviceWorker.register('flutter_service_worker.js?v=1889709758');
navigator.serviceWorker.register('flutter_service_worker.js?v=2957921125');
});
}
</script>
Expand Down

0 comments on commit 470026f

Please sign in to comment.