Skip to content

Commit

Permalink
I swear the web app is fixed now
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishbeck committed Mar 14, 2022
1 parent 6a1f908 commit cc1ab9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ const RESOURCES = {
"icons/ms-icon-150x150.png": "38aceed2c86fd825d9638bf004a3580b",
"icons/ms-icon-310x310.png": "345ecd66e502447fd6f0ba67d326d022",
"icons/ms-icon-70x70.png": "50575ccdc19ea7ea6e2613dc49414f8d",
"index.html": "5e19442c14c179190bb27484d0d7bf58",
"/": "5e19442c14c179190bb27484d0d7bf58",
"index.html": "1d85c5b833008d93e67ab3d601a30d26",
"/": "1d85c5b833008d93e67ab3d601a30d26",
"main.dart.js": "9216d31f99b7a722df6319fe2f154b0c",
"manifest.json": "1473b545e95ca2624db24c6e87c6c80a",
"version.json": "926859e2b5c4be6f4747fc5862c07050"
Expand All @@ -78,7 +78,7 @@ const RESOURCES = {
// The application shell files that are downloaded before a service worker can
// start.
const CORE = [
"/",
// "/",
"main.dart.js",
"index.html",
"assets/NOTICES",
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="https://ashishbeck.github.io/slide_puzzle/">
<base href="/slide_puzzle/">

<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
Expand Down Expand Up @@ -52,7 +52,7 @@
application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers -->
<script>
var serviceWorkerVersion = '2652587323';
var serviceWorkerVersion = '3008564773';
var scriptLoaded = false;
function loadMainDartJs() {
if (scriptLoaded) {
Expand Down
2 changes: 1 addition & 1 deletion web/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="https://ashishbeck.github.io/slide_puzzle/">
<base href="/slide_puzzle/">

<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
Expand Down

0 comments on commit cc1ab9d

Please sign in to comment.