deploy: a538056f98
This commit is contained in:
parent
09835962da
commit
2bb997353b
3 changed files with 5 additions and 5 deletions
|
|
@ -1 +1 @@
|
|||
137d0b519150b0119d451cb789c0d29c
|
||||
09e960aae51c62130fa9406e57de590c
|
||||
|
|
@ -5,8 +5,8 @@ const CACHE_NAME = 'flutter-app-cache';
|
|||
|
||||
const RESOURCES = {"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
|
||||
"manifest.json": "cc4b6aa791018840b65fd0b0e325b201",
|
||||
"index.html": "dc6632736cea20c1d22d3b2a56a32761",
|
||||
"/": "dc6632736cea20c1d22d3b2a56a32761",
|
||||
"index.html": "2079a7bebff7d159d9b13316a91521e2",
|
||||
"/": "2079a7bebff7d159d9b13316a91521e2",
|
||||
"assets/AssetManifest.bin": "71fffe5803c1ec9fe72d08e6d1453757",
|
||||
"assets/fonts/NotoEmoji/NotoColorEmoji.ttf": "ed84f46d3d5564a08541cd64bddd495c",
|
||||
"assets/fonts/Roboto/Roboto-Bold.ttf": "b8e42971dec8d49207a8c8e2b919a6ac",
|
||||
|
|
|
|||
|
|
@ -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 = "2887928085";
|
||||
const serviceWorkerVersion = "2214850751";
|
||||
</script>
|
||||
<!-- This script adds the flutter initialization JS code -->
|
||||
<script src="flutter.js" defer></script>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue