Skip to content

Commit f83336d

Browse files
authored
fix: Set the path of the entrance icon file (#3554)
1 parent a35ddad commit f83336d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/admin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" href="/favicon.ico" />
5+
<link rel="icon" href="./favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<base target="_blank" />
88
<title>%VITE_APP_TITLE%</title>

ui/chat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" href="/favicon.ico" />
5+
<link rel="icon" href="./favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<base target="_blank" />
88
<title>%VITE_APP_TITLE%</title>

0 commit comments

Comments
 (0)