Skip to content

Commit 64b173e

Browse files
committed
docs: use page title for seo
1 parent a6c2011 commit 64b173e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/components/LayoutDocs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const LayoutDocs = props => {
7474
</Sticky>
7575
)}
7676
<Seo
77-
title={title || props.meta.title}
77+
title={props.meta.title || title}
7878
description={props.meta.description}
7979
/>
8080
<div className="block">

0 commit comments

Comments
 (0)