mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
Update blog header link
This commit is contained in:
parent
ac3cc01830
commit
0c10287f84
1 changed files with 2 additions and 0 deletions
|
@ -138,6 +138,8 @@ class HeaderNav extends React.Component {
|
|||
}
|
||||
} else if (link.href) {
|
||||
href = link.href;
|
||||
} else if (link.blog) {
|
||||
href = this.props.baseUrl + "blog";
|
||||
}
|
||||
return (
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue