This commit is contained in:
randogoth 2025-02-19 11:03:55 +02:00
parent 04e7a639e8
commit 501147ead5
5 changed files with 13 additions and 13 deletions

View file

@ -1 +1 @@
bec501df176619283f928e585626ba94 ca96eef8149e6e04f1b57d3cce70fad5

View file

@ -11,6 +11,6 @@ _flutter.buildConfig = {"engineRevision":"cb4b5fff73850b2e42bd4de7cb9a4310a78ac4
_flutter.loader.load({ _flutter.loader.load({
serviceWorkerSettings: { serviceWorkerSettings: {
serviceWorkerVersion: "1731283889" serviceWorkerVersion: "1855082947"
} }
}); });

View file

@ -14,9 +14,9 @@ const RESOURCES = {"canvaskit/canvaskit.js": "26eef3024dbc64886b7f48e1b6fb05cf",
"canvaskit/skwasm.wasm": "828c26a0b1cc8eb1adacbdd0c5e8bcfa", "canvaskit/skwasm.wasm": "828c26a0b1cc8eb1adacbdd0c5e8bcfa",
"canvaskit/skwasm.worker.js": "89990e8c92bcb123999aa81f7e203b1c", "canvaskit/skwasm.worker.js": "89990e8c92bcb123999aa81f7e203b1c",
"flutter.js": "4b2350e14c6650ba82871f60906437ea", "flutter.js": "4b2350e14c6650ba82871f60906437ea",
"flutter_bootstrap.js": "4a64535ab9dec44ba990bdf12fa910e9", "flutter_bootstrap.js": "1ce61cd34ba69036c4f6a8c2882bc629",
"index.html": "53b1c2166ddfa53bc03a5e177e7fe7f5", "index.html": "b664ee95a85f4bd9fd3f88f5044962ca",
"/": "53b1c2166ddfa53bc03a5e177e7fe7f5", "/": "b664ee95a85f4bd9fd3f88f5044962ca",
"main.dart.js": "fb11aa29022963f1f4fb52bcc739ec47", "main.dart.js": "fb11aa29022963f1f4fb52bcc739ec47",
"version.json": "51548f6c0a8f6ffbd43480dcb61be70b", "version.json": "51548f6c0a8f6ffbd43480dcb61be70b",
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "e986ebe42ef785b27164c36a9abc7818", "assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "e986ebe42ef785b27164c36a9abc7818",
@ -24,10 +24,10 @@ const RESOURCES = {"canvaskit/canvaskit.js": "26eef3024dbc64886b7f48e1b6fb05cf",
"assets/fonts/MaterialIcons-Regular.otf": "7d779b4b996bcc13a26c58f29cdc9007", "assets/fonts/MaterialIcons-Regular.otf": "7d779b4b996bcc13a26c58f29cdc9007",
"assets/shaders/ink_sparkle.frag": "ecc85a2e95f5e9f53123dcaf8cb9b6ce", "assets/shaders/ink_sparkle.frag": "ecc85a2e95f5e9f53123dcaf8cb9b6ce",
"assets/AssetManifest.json": "96d47c011a5a5aa71f9631b60049eb4e", "assets/AssetManifest.json": "96d47c011a5a5aa71f9631b60049eb4e",
"assets/AssetManifest.bin": "a53491ba33870e68dce7c820b0867cda",
"assets/NOTICES": "6e120fb076df11f63fa7d04fac4ccab9",
"assets/AssetManifest.bin.json": "bb5daa477ab092a8c1a34a960dc05d3a", "assets/AssetManifest.bin.json": "bb5daa477ab092a8c1a34a960dc05d3a",
"assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57", "assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
"assets/AssetManifest.bin": "a53491ba33870e68dce7c820b0867cda",
"assets/NOTICES": "6e120fb076df11f63fa7d04fac4ccab9",
"favicon.png": "5dcef449791fa27946b3d35ad8803796", "favicon.png": "5dcef449791fa27946b3d35ad8803796",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea", "icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1", "icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",

View file

@ -14,7 +14,7 @@
This is a placeholder for base href that will be replaced by the value of This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`. the `--base-href` argument provided to `flutter build`.
--> -->
<base href="/"> <base href="/web3terms/">
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible"> <meta content="IE=Edge" http-equiv="X-UA-Compatible">
@ -24,15 +24,15 @@
<meta name="mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="threeterms"> <meta name="apple-mobile-web-app-title" content="threeterms">
<link rel="apple-touch-icon" href="/web3terms/icons/Icon-192.png"> <link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- Favicon --> <!-- Favicon -->
<link rel="icon" type="image/png" href="/web3terms/favicon.png"/> <link rel="icon" type="image/png" href="favicon.png"/>
<title>threeterms</title> <title>threeterms</title>
<link rel="manifest" href="/web3terms/manifest.json"> <link rel="manifest" href="manifest.json">
</head> </head>
<body> <body>
<script src="/web3terms/flutter_bootstrap.js" async></script> <script src="flutter_bootstrap.js" async></script>
</body> </body>
</html> </html>

View file

@ -14,7 +14,7 @@
This is a placeholder for base href that will be replaced by the value of This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`. the `--base-href` argument provided to `flutter build`.
--> -->
<base href="$FLUTTER_BASE_HREF"> <base href="/web3terms/">
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible"> <meta content="IE=Edge" http-equiv="X-UA-Compatible">