Commit 54f5b994 authored by 崔佳豪's avatar 崔佳豪

fix: 本地网站icon

parent b259eef9
Pipeline #51291 passed with stages
in 3 minutes 29 seconds
......@@ -18,7 +18,7 @@ function App(props) {
<>
<Helmet title={`${(props.global && props.global.title) || defaultSetting.title}`}>
<title>{`${(props.global && props.global.title) || defaultSetting.title}`}</title>
<link rel="shortcut icon" href={`https://panda-water.cn/web4/${props.global && props.global.shortcutIcon}`} />
<link rel="shortcut icon" href={`${window.location.origin}/web4/${props.global && props.global.shortcutIcon}`} />
{metaSecurity}
<meta name="description" content={`${(props.global && props.global.title) || defaultSetting.title}`} />
</Helmet>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment