Skip to content

Commit

Permalink
bugfix: links provided as constants via position
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartDataWithR committed Nov 1, 2024
1 parent 6d2b70e commit 1e63471
Show file tree
Hide file tree
Showing 3 changed files with 3,966 additions and 3,964 deletions.
6 changes: 3 additions & 3 deletions docs/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1352,9 +1352,9 @@ const RESOURCES = {"assets/AssetManifest.bin": "46e4533cbb9ce46cf44472ff6112ad02
"icons/Icon-512.png": "8b74f20fa10c344a7d083a876d199d3c",
"icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2ea3c",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"index.html": "8fd1178bbfb65f8213ca47a2980640ee",
"/": "8fd1178bbfb65f8213ca47a2980640ee",
"main.dart.js": "eb26744b999ad9fc5a6dbf648a7719d4",
"index.html": "511c0cd85107b438de3345eb8823f035",
"/": "511c0cd85107b438de3345eb8823f035",
"main.dart.js": "cb25b90186676e798022b0d98ce34697",
"manifest.json": "b05a3411979535077ffeebd8e7a84b78",
"version.json": "70e92e53b82782e46b06c6bc9bcec67d"};
// The application shell files that are downloaded before a service worker can
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

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

0 comments on commit 1e63471

Please sign in to comment.