Skip to content

Commit

Permalink
perf: 全局配置favIcon字段调整为favicon TencentBlueKing#3259
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 22168
  • Loading branch information
hLinx committed Oct 29, 2024
1 parent 73b34b7 commit 500ea7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions src/frontend/index-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="/static/images/favicon.ico" type="image/x-icon" />
<link
rel="shortcut icon"
href="/static/images/favicon.ico"
type="image/x-icon" />
<meta charset="utf-8" />
<title>loading...</title>
</head>
Expand Down
6 changes: 0 additions & 6 deletions src/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="/static/images/favicon.ico" type="image/x-icon" />
<link
rel="shortcut icon"
href="/static/images/favicon.ico"
type="image/x-icon"
/>
<meta charset="utf-8" />
<title>loading...</title>
</head>
Expand Down

0 comments on commit 500ea7c

Please sign in to comment.