mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-27 15:07:53 +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) {
|
} else if (link.href) {
|
||||||
href = link.href;
|
href = link.href;
|
||||||
|
} else if (link.blog) {
|
||||||
|
href = this.props.baseUrl + "blog";
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue