Skip to content

Commit

Permalink
Base href being /AvaTakeHome/ is right, just need to fix the index.ht…
Browse files Browse the repository at this point in the history
…ml loading the wrong location main.dart.js
  • Loading branch information
TytaniumDev committed Jul 16, 2024
1 parent 2ea180d commit 7e26cfa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/.last_build_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f5380f7b6bddb812186096ec2af29c77
0613faf28471e1810d58cfded69cd46c
2 changes: 1 addition & 1 deletion docs/flutter_bootstrap.js

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

6 changes: 3 additions & 3 deletions docs/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ const RESOURCES = {"assets/AssetManifest.bin": "68a0a5916a352c4901294055aada1713
"canvaskit/skwasm.worker.js": "bfb704a6c714a75da9ef320991e88b03",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"flutter.js": "383e55f7f3cce5be08fcf1f3881f585c",
"flutter_bootstrap.js": "4af367b848729db1068522b4fd8c64d4",
"flutter_bootstrap.js": "b759651eddc05b198a74b7fb3d4cf1b2",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
"icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2ea3c",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"index.html": "52967a80b26145c5607512fc8f068b77",
"/": "52967a80b26145c5607512fc8f068b77",
"index.html": "ea596bf35ba09a0a8e05a39f0221673b",
"/": "ea596bf35ba09a0a8e05a39f0221673b",
"main.dart.js": "8b349e2e6db847ffe3d219dad2521691",
"manifest.json": "49457d83b458b2eda8d145a50f90ec6f",
"version.json": "866b9f71d7308559771c22577f6a23de"};
Expand Down
4 changes: 2 additions & 2 deletions docs/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="/AvaTakeHome/docs/">
<base href="/AvaTakeHome/">

<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 = "1467712756";
const serviceWorkerVersion = "2144212242";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down

0 comments on commit 7e26cfa

Please sign in to comment.