Skip to content

Commit

Permalink
Trying a slightly different basepath since it seems to be case-sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkolenc committed Dec 17, 2024
1 parent 63c935b commit 1d7f549
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Binary file modified docs/assets/app/app.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/assets/app/app.zip.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
04d8eb59ad7b91029dddf96cb0eed61ca66ce53774ee24f56a54432f98060877
016b96d71b0c10eea812361c5dbe547dbb9b4608b4f639532b0a1240a03df263
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.

10 changes: 5 additions & 5 deletions docs/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"flutter_bootstrap.js": "857673a09f20f65b9e2588b1fe69183b",
const RESOURCES = {"flutter_bootstrap.js": "5feccd006ba51a00af08b664a287fef3",
"version.json": "d75a5b82538c7494da001f9e0f76f108",
"splash/img/light-2x.png": "1b5e2bffe69da59cfd351c35c744bcdc",
"splash/img/dark-4x.png": "dc457e3fab5b7baf6c32171f81af1260",
Expand All @@ -13,8 +13,8 @@ const RESOURCES = {"flutter_bootstrap.js": "857673a09f20f65b9e2588b1fe69183b",
"splash/img/dark-2x.png": "1b5e2bffe69da59cfd351c35c744bcdc",
"splash/img/dark-1x.png": "802a821237035fabb9f246a4adfb30ff",
"splash/img/light-1x.png": "802a821237035fabb9f246a4adfb30ff",
"index.html": "6ae47eab92673d9257ef9ce863b08456",
"/": "6ae47eab92673d9257ef9ce863b08456",
"index.html": "4585b1a251bd17a5bb076e3f8560a124",
"/": "4585b1a251bd17a5bb076e3f8560a124",
"main.dart.js": "612798d7b2a224494e2e62d0d60d42a7",
"flutter.js": "f393d3c16b631f36852323de8e583132",
"python-worker.js": "f0cff3b480795803a96d885b3aea822a",
Expand All @@ -24,8 +24,8 @@ const RESOURCES = {"flutter_bootstrap.js": "857673a09f20f65b9e2588b1fe69183b",
"icons/Icon-maskable-512.png": "1b5e2bffe69da59cfd351c35c744bcdc",
"icons/Icon-512.png": "1b5e2bffe69da59cfd351c35c744bcdc",
"manifest.json": "8d77e1773f3a24b6c1fcbeeef2518f88",
"assets/app/app.zip.hash": "170de2b981cff45d24b71e4a44a8b4c3",
"assets/app/app.zip": "46c55425e46df3b94cbe279035741e3b",
"assets/app/app.zip.hash": "e5d841dd5c074bbf5336772c56e54980",
"assets/app/app.zip": "688d6f82aa6c3eb4d781df50dcf237e7",
"assets/AssetManifest.json": "45cb3c7d2874dca719520f912254777a",
"assets/NOTICES": "c5189c65add8834e49f4c5cc39806f00",
"assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
Expand Down
4 changes: 2 additions & 2 deletions docs/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="/pathwaysgenerator/">
<base href="/PathwaysGenerator/">

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

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

0 comments on commit 1d7f549

Please sign in to comment.