File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ const RESOURCES = {"assets/AssetManifest.bin": "693635b5258fe5f1cda720cf224f158c
27
27
"icons/Icon-512.png" : "96e752610906ba2a93c65f8abe1645f1" ,
28
28
"icons/Icon-maskable-192.png" : "c457ef57daa1d16f64b27b786ec2ea3c" ,
29
29
"icons/Icon-maskable-512.png" : "301a7604d45b3e739efc881eb04896ea" ,
30
- "index.html" : "f4a8359774a3379dc15363740650cc1a " ,
31
- "/" : "f4a8359774a3379dc15363740650cc1a " ,
30
+ "index.html" : "aea0d30a8a9442c97a5905f8a5e3a650 " ,
31
+ "/" : "aea0d30a8a9442c97a5905f8a5e3a650 " ,
32
32
"main.dart.js" : "33781471d0779cf81094acef311c9598" ,
33
33
"manifest.json" : "eee72db959a13e2275372b82bcea2b1b" ,
34
34
"version.json" : "aa1a1798cc1a0c6078cb7d10199ea17a" } ;
Original file line number Diff line number Diff line change 14
14
This is a placeholder for base href that will be replaced by the value of
15
15
the `--base-href` argument provided to `flutter build`.
16
16
-->
17
- < base href ="/quick_llm_api/ ">
17
+ < base href ="/quick_llm_api/docs/ ">
18
18
19
19
< meta charset ="UTF-8 ">
20
20
< meta content ="IE=Edge " http-equiv ="X-UA-Compatible ">
24
24
< meta name ="apple-mobile-web-app-capable " content ="yes ">
25
25
< meta name ="apple-mobile-web-app-status-bar-style " content ="black ">
26
26
< 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 ">
28
28
29
29
<!-- Favicon -->
30
- < link rel ="icon " type ="image/png " href ="docs/ favicon.png "/>
30
+ < link rel ="icon " type ="image/png " href ="favicon.png "/>
31
31
32
32
< title > quick_llm_api</ title >
33
- < link rel ="manifest " href ="docs/ manifest.json ">
33
+ < link rel ="manifest " href ="manifest.json ">
34
34
35
35
< script >
36
36
// The value below is injected by flutter build, do not touch.
37
- const serviceWorkerVersion = "1059808348 " ;
37
+ const serviceWorkerVersion = "3250350562 " ;
38
38
</ script >
39
39
<!-- This script adds the flutter initialization JS code -->
40
- < script src ="docs/ flutter.js " defer > </ script >
40
+ < script src ="flutter.js " defer > </ script >
41
41
</ head >
42
42
< body >
43
43
< script >
Original file line number Diff line number Diff line change 14
14
This is a placeholder for base href that will be replaced by the value of
15
15
the `--base-href` argument provided to `flutter build`.
16
16
-->
17
- < base href ="$FLUTTER_BASE_HREF ">
17
+ < base href ="/quick_llm_api/docs/ ">
18
18
19
19
< meta charset ="UTF-8 ">
20
20
< meta content ="IE=Edge " http-equiv ="X-UA-Compatible ">
You can’t perform that action at this time.
0 commit comments