File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
5
< title > ComfyUI</ title >
6
+ <!-- All assets should be loaded from the root no matter the initial path -->
7
+ < base href ="/ ">
6
8
< meta name ="viewport " content ="width=device-width, initial-scale=1.0, user-scalable=no ">
7
9
< link rel ="stylesheet " type ="text/css " href ="materialdesignicons.min.css " />
8
10
< link rel ="stylesheet " type ="text/css " href ="user.css " />
9
11
< link rel ="stylesheet " type ="text/css " href ="api/userdata/user.css " />
10
-
12
+
11
13
<!-- Fullscreen mode on iOS -->
12
14
< meta name ="apple-mobile-web-app-capable " content ="yes ">
13
15
<!-- Status bar style (eg. black or transparent) -->
14
16
< meta name ="apple-mobile-web-app-status-bar-style " content ="black ">
15
-
17
+
16
18
< link rel ="manifest " href ="manifest.json ">
17
19
</ head >
18
-
20
+
19
21
< body class ="litegraph grid ">
20
22
< div id ="vue-app "> </ div >
21
23
< script type ="module " src ="src/main.ts "> </ script >
You can’t perform that action at this time.
0 commit comments