Skip to content

Commit 1c0f151

Browse files
authored
Add base url to index.html (#5732)
1 parent 2702ac6 commit 1c0f151

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,21 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>ComfyUI</title>
6+
<!-- All assets should be loaded from the root no matter the initial path -->
7+
<base href="/">
68
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
79
<link rel="stylesheet" type="text/css" href="materialdesignicons.min.css" />
810
<link rel="stylesheet" type="text/css" href="user.css" />
911
<link rel="stylesheet" type="text/css" href="api/userdata/user.css" />
10-
12+
1113
<!-- Fullscreen mode on iOS -->
1214
<meta name="apple-mobile-web-app-capable" content="yes">
1315
<!-- Status bar style (eg. black or transparent) -->
1416
<meta name="apple-mobile-web-app-status-bar-style" content="black">
15-
17+
1618
<link rel="manifest" href="manifest.json">
1719
</head>
18-
20+
1921
<body class="litegraph grid">
2022
<div id="vue-app"></div>
2123
<script type="module" src="src/main.ts"></script>

0 commit comments

Comments
 (0)