Skip to content

Commit

Permalink
Merge pull request #5 from arceusVen1/fix-dustrail-header-fix
Browse files Browse the repository at this point in the history
Fix dustrail header fix
  • Loading branch information
arceusVen1 authored Feb 15, 2024
2 parents 36bd8d0 + c177134 commit 29e9d5b
Show file tree
Hide file tree
Showing 5 changed files with 14,616 additions and 14,415 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": "3e44e06fb3ce73132688d7e894cb976e",
"index.html": "ca55a46f19ec9ac4f2544077094b6759",
"/": "ca55a46f19ec9ac4f2544077094b6759",
"main.dart.js": "b2b92677ab149225fe2d8c8412e19caa",
"index.html": "4853d766783d0c6d29298436a9089af4",
"/": "4853d766783d0c6d29298436a9089af4",
"main.dart.js": "75fa4df6f9c18fb820a27873284f20f6",
"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

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

0 comments on commit 29e9d5b

Please sign in to comment.