This commit is contained in:
krille-chan 2023-12-11 13:43:09 +00:00
parent 260b1c3033
commit a66c09462b
3 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
9fae9d9350d37dae379cdef353101ac0
4c75f09c99c75e049a75e51c3c8b7983

View file

@ -5,8 +5,8 @@ const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {"manifest.json": "cc4b6aa791018840b65fd0b0e325b201",
"favicon.png": "a409751f0ecf6dee76fb350d7402f9be",
"index.html": "511e09efb80dbb12e0ed976d61e41c81",
"/": "511e09efb80dbb12e0ed976d61e41c81",
"index.html": "13882984aac2c9995c8ca00c0be27ef8",
"/": "13882984aac2c9995c8ca00c0be27ef8",
"main.dart.js": "8d01d4f3d7c736fb689d164febcf3500",
"assets/FontManifest.json": "1114a5860d5e995c8dc48419a7a6a9e7",
"assets/AssetManifest.json": "4ce8496db0bf33773a61ee0965f7b3fa",

View file

@ -15,7 +15,7 @@
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
-->
<base href="/web/">
<base href="/nightly/">
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
@ -36,7 +36,7 @@
<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "2119395315";
const serviceWorkerVersion = "1694310049";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>