Skip to content

Commit 21366da

Browse files
committed
feat: optimize seo title
1 parent f50d7de commit 21366da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/crd-theme/markdown/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ const components = {
1414

1515
function Markdown(markdownProps) {
1616
const { props } = markdownProps
17-
console.log('props', props)
18-
// todo props.title
1917
const { relative } = props
2018
const [MarkdownCP, setMarkdownCP] = useState(null)
2119
const markdownWrapperRef = useRef(null)
@@ -36,7 +34,6 @@ function Markdown(markdownProps) {
3634
renderMarkdown()
3735
}, [])
3836

39-
console.log('props', props)
4037
return (
4138
<>
4239
<Helmet>

0 commit comments

Comments
 (0)