Skip to content

Commit 18b468b

Browse files
author
jacpe640
committed
web base href fix 2
1 parent 0230c72 commit 18b468b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/flutter_service_worker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ const RESOURCES = {"assets/AssetManifest.bin": "693635b5258fe5f1cda720cf224f158c
2727
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
2828
"icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2ea3c",
2929
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
30-
"index.html": "f4a8359774a3379dc15363740650cc1a",
31-
"/": "f4a8359774a3379dc15363740650cc1a",
30+
"index.html": "aea0d30a8a9442c97a5905f8a5e3a650",
31+
"/": "aea0d30a8a9442c97a5905f8a5e3a650",
3232
"main.dart.js": "33781471d0779cf81094acef311c9598",
3333
"manifest.json": "eee72db959a13e2275372b82bcea2b1b",
3434
"version.json": "aa1a1798cc1a0c6078cb7d10199ea17a"};

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
This is a placeholder for base href that will be replaced by the value of
1515
the `--base-href` argument provided to `flutter build`.
1616
-->
17-
<base href="/quick_llm_api/">
17+
<base href="/quick_llm_api/docs/">
1818

1919
<meta charset="UTF-8">
2020
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
@@ -24,20 +24,20 @@
2424
<meta name="apple-mobile-web-app-capable" content="yes">
2525
<meta name="apple-mobile-web-app-status-bar-style" content="black">
2626
<meta name="apple-mobile-web-app-title" content="quick_llm_api">
27-
<link rel="apple-touch-icon" href="docs/icons/Icon-192.png">
27+
<link rel="apple-touch-icon" href="icons/Icon-192.png">
2828

2929
<!-- Favicon -->
30-
<link rel="icon" type="image/png" href="docs/favicon.png"/>
30+
<link rel="icon" type="image/png" href="favicon.png"/>
3131

3232
<title>quick_llm_api</title>
33-
<link rel="manifest" href="docs/manifest.json">
33+
<link rel="manifest" href="manifest.json">
3434

3535
<script>
3636
// The value below is injected by flutter build, do not touch.
37-
const serviceWorkerVersion = "1059808348";
37+
const serviceWorkerVersion = "3250350562";
3838
</script>
3939
<!-- This script adds the flutter initialization JS code -->
40-
<script src="docs/flutter.js" defer></script>
40+
<script src="flutter.js" defer></script>
4141
</head>
4242
<body>
4343
<script>

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
This is a placeholder for base href that will be replaced by the value of
1515
the `--base-href` argument provided to `flutter build`.
1616
-->
17-
<base href="$FLUTTER_BASE_HREF">
17+
<base href="/quick_llm_api/docs/">
1818

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

0 commit comments

Comments
 (0)