Skip to content

Commit

Permalink
Deploying to gh-pages from @ b7b08d6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristl committed Jan 20, 2024
1 parent e48e5ca commit 8af37ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
"manifest.json": "8d28e99149c78ce99037cc8e61446753",
"index.html": "2f02b80b65f5672994396814998e0b88",
"/": "2f02b80b65f5672994396814998e0b88",
"index.html": "40b94f61af77749b6462af947a82d103",
"/": "40b94f61af77749b6462af947a82d103",
"assets/AssetManifest.bin": "c9b50a909674afa4329338f0dff8d745",
"assets/fonts/MaterialIcons-Regular.otf": "f79bfcf9536d68d6800a6f2a88c60b26",
"assets/assets/OpenHaystackIcon.png": "31b03464dd04f04fcdee160f1d8582a4",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers -->
<script>
const serviceWorkerVersion = "2414191892";
const serviceWorkerVersion = "3389977069";
var scriptLoaded = false;
function loadMainDartJs() {
if (scriptLoaded) {
Expand Down

0 comments on commit 8af37ab

Please sign in to comment.