Skip to content

Commit

Permalink
deploy: e519c6c
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebueno committed Jun 6, 2024
1 parent becae03 commit 5f49043
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .last_build_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5389598c2a36d064db55a8edf57e320f
4e0267120e2c43286a8fd78614d28ab1
2 changes: 1 addition & 1 deletion flutter_bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ const RESOURCES = {"canvaskit/skwasm.worker.js": "bfb704a6c714a75da9ef320991e88b
"icons/Icon-192.png": "b1097cc02e208a8e8c4d4d9564525936",
"manifest.json": "cecc1df05d85cb6009b958cc2ca9bf5e",
"favicon.png": "6a48d51cdf148da7deb3efd64858bed9",
"flutter_bootstrap.js": "30ea43c406df3f2abb2aa2d156e97098",
"flutter_bootstrap.js": "edc455ac92e159b27f80e50f53045b0b",
"version.json": "b5ef763987b248a9415c3a2f0fe4564f",
"index.html": "eab07ef89a7abe9b1d196f032572ee2c",
"/": "eab07ef89a7abe9b1d196f032572ee2c",
"main.dart.js": "a0baf6c87f83d842e2acca9746b98f0a",
"index.html": "837a9fad6c876948ad953db7fa233ccd",
"/": "837a9fad6c876948ad953db7fa233ccd",
"main.dart.js": "0bc69a4a145c72a77b4cd490a3f78aa6",
"assets/AssetManifest.json": "6d73ee7d326302f1d2164ab7e0eb1d57",
"assets/shaders/ink_sparkle.frag": "ecc85a2e95f5e9f53123dcaf8cb9b6ce",
"assets/AssetManifest.bin.json": "c8f5d650d087d296deefcb3761f37fda",
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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="/">
<base href="/stacker_news/">

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

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "960116519";
const serviceWorkerVersion = "214255463";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer=""></script>
Expand Down
3 changes: 2 additions & 1 deletion main.dart.js
Original file line number Diff line number Diff line change
Expand Up @@ -119770,4 +119770,5 @@ return}if(typeof document.currentScript!="undefined"){a(document.currentScript)
return}var s=document.scripts
function onLoad(b){for(var q=0;q<s.length;++q){s[q].removeEventListener("load",onLoad,false)}a(b.target)}for(var r=0;r<s.length;++r){s[r].addEventListener("load",onLoad,false)}})(function(a){v.currentScript=a
var s=A.aMP
if(typeof dartMainRunner==="function"){dartMainRunner(s,[])}else{s([])}})})()
if(typeof dartMainRunner==="function"){dartMainRunner(s,[])}else{s([])}})})()
//# sourceMappingURL=main.dart.js.map
16 changes: 16 additions & 0 deletions main.dart.js.map

Large diffs are not rendered by default.

0 comments on commit 5f49043

Please sign in to comment.