Commit f0e7c647 authored by 曾婧's avatar 曾婧
parents 3cc9cb18 54f5b994
Pipeline #51446 passed with stages
in 1 minute 30 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