Skip to content

Commit eb4d456

Browse files
committed
fix: update title and base href in index.html for correct routing
1 parent 78b14d8 commit eb4d456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>VectorSearchUI</title>
6-
<base href="/vector/" />
5+
<title>Knowledge Discovery Custom UI</title>
6+
<base href="./" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
<link rel="icon" type="image/x-icon" href="favicon.ico" />
99
</head>

0 commit comments

Comments
 (0)