Skip to content

Commit

Permalink
Merge pull request #3267 from hLinx/fix_3.9.x
Browse files Browse the repository at this point in the history
perf: 全局配置favIcon字段调整为favicon #3259
  • Loading branch information
hLinx authored Oct 29, 2024
2 parents 73b34b7 + 500ea7c commit 8405aee
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 8405aee

Please sign in to comment.