deploy: 38dd9e9668
This commit is contained in:
parent
df7af03a36
commit
878cace301
3 changed files with 5 additions and 5 deletions
|
|
@ -1 +1 @@
|
|||
7d84d2d2b355cb2856608ec51d2868a6
|
||||
6bee0995ad661c209af7e279675f10ae
|
||||
|
|
@ -5,8 +5,8 @@ const CACHE_NAME = 'flutter-app-cache';
|
|||
|
||||
const RESOURCES = {"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
|
||||
"manifest.json": "cc4b6aa791018840b65fd0b0e325b201",
|
||||
"index.html": "123ceb382e3a9e6ff95cfcca89b0e7f8",
|
||||
"/": "123ceb382e3a9e6ff95cfcca89b0e7f8",
|
||||
"index.html": "18d1a872ed99795fd0fa2fecfa8cc0e9",
|
||||
"/": "18d1a872ed99795fd0fa2fecfa8cc0e9",
|
||||
"assets/AssetManifest.bin": "74c413333e69ac52cf90dd8350568f5a",
|
||||
"assets/fonts/Roboto/Roboto-Bold.ttf": "b8e42971dec8d49207a8c8e2b919a6ac",
|
||||
"assets/fonts/Roboto/Roboto-Italic.ttf": "cebd892d1acfcc455f5e52d4104f2719",
|
||||
|
|
|
|||
|
|
@ -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 = "2563343913";
|
||||
const serviceWorkerVersion = "3884374201";
|
||||
</script>
|
||||
<!-- This script adds the flutter initialization JS code -->
|
||||
<script src="flutter.js" defer></script>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue