Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5823cc7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristl committed Mar 31, 2024
1 parent fd82e5a commit cc09551
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 @@ -3,8 +3,8 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"index.html": "407beef5c7afd42bb0bde2e3a1ac667d",
"/": "407beef5c7afd42bb0bde2e3a1ac667d",
const RESOURCES = {"index.html": "46a9ef47708c32c31b6198ed3fc95276",
"/": "46a9ef47708c32c31b6198ed3fc95276",
"canvaskit/canvaskit.js": "c86fbd9e7b17accae76e5ad116583dc4",
"canvaskit/skwasm.js": "445e9e400085faead4493be2224d95aa",
"canvaskit/skwasm.wasm": "e42815763c5d05bba43f9d0337fa7d84",
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 = "1802781424";
const serviceWorkerVersion = "1137313734";
var scriptLoaded = false;
function loadMainDartJs() {
if (scriptLoaded) {
Expand Down

0 comments on commit cc09551

Please sign in to comment.