Commit 3c1838f5 authored by 崔佳豪's avatar 崔佳豪

fix: meta description

parent 39c9f0c4
Pipeline #49010 skipped with stages
......@@ -20,7 +20,7 @@ function App(props) {
<title>{`${(props.global && props.global.title) || defaultSetting.title}`}</title>
<link rel="shortcut icon" href={`https://panda-water.cn/web4/${props.global && props.global.shortcutIcon}`} />
{metaSecurity}
<meta name="description" content={`${props.global && props.global.title}`} />
<meta name="description" content={`${(props.global && props.global.title) || defaultSetting.title}`} />
</Helmet>
<Router basename={config.base || pkg.name.toLocaleLowerCase() || ''}>
<Switch>
......
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