Skip to content

Commit 1165e0f

Browse files
feat: update build web
1 parent cb2eab6 commit 1165e0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
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="diagram_flow">
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>diagram_flow</title>
33-
<link rel="manifest" href="docs/manifest.json">
33+
<link rel="manifest" href="./manifest.json">
3434
</head>
3535
<body>
36-
<script src="docs/flutter_bootstrap.js" async></script>
36+
<script src="./flutter_bootstrap.js" async></script>
3737
</body>
3838
</html>

0 commit comments

Comments
 (0)