Skip to content

Commit

Permalink
fix: new facts
Browse files Browse the repository at this point in the history
  • Loading branch information
dennyabrain committed Apr 25, 2024
1 parent f0e0f0c commit 0827ae9
Show file tree
Hide file tree
Showing 3 changed files with 46,115 additions and 39,024 deletions.
6 changes: 3 additions & 3 deletions static/facts/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"index.html": "31729292f5305ef1fe54ba7821e32ce2",
"/": "31729292f5305ef1fe54ba7821e32ce2",
const RESOURCES = {"index.html": "ab07e29765f181343bd99e09198d2b25",
"/": "ab07e29765f181343bd99e09198d2b25",
"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
"version.json": "20b90a979b0bc2ed342972d13c30aa2e",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
Expand Down Expand Up @@ -129,7 +129,7 @@ const RESOURCES = {"index.html": "31729292f5305ef1fe54ba7821e32ce2",
"assets/assets/facetune_desta.jpg": "09ccd4dabd5d97cbe19c2696745296e5",
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "89ed8f4e49bcdfc0b5bfc9b24591e347",
"manifest.json": "734e10891e50a5de4c82dc66b588edf3",
"main.dart.js": "826c1ca3bcf85ef0b70bf71929fe00f4",
"main.dart.js": "f52768c11197c55968707f999e0c0a5a",
"canvaskit/chromium/canvaskit.js": "ffb2bb6484d5689d91f393b60664d530",
"canvaskit/chromium/canvaskit.wasm": "393ec8fb05d94036734f8104fa550a67",
"canvaskit/skwasm.worker.js": "51253d3321b11ddb8d73fa8aa87d3b15",
Expand Down
4 changes: 2 additions & 2 deletions static/facts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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="/facts/">
<base href="/">

<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
Expand All @@ -34,7 +34,7 @@

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

0 comments on commit 0827ae9

Please sign in to comment.