Change base tag to "/" for index.html (#15965)

Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
孙世军 2021-11-08 17:42:07 +08:00 committed by GitHub
parent d5a4f0b8bc
commit ea16f1fb5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<title>Harbor</title>
<base href="/test">
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico?v=2">
<link rel="preload" as="style" href="./light-theme.css">