mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
fix(v1): update blog href value to match navbar href (#2204)
This commit is contained in:
parent
8c146f294e
commit
e4eb9194fa
|
|
@ -121,7 +121,7 @@ class BlogPostLayout extends React.Component {
|
|||
{this.renderSocialButtons()}
|
||||
</div>
|
||||
<div className="blog-recent">
|
||||
<a className="button" href={`${this.props.config.baseUrl}blog`}>
|
||||
<a className="button" href={`${this.props.config.baseUrl}blog/`}>
|
||||
{blogSidebarTitleConfig.default || 'Recent Posts'}
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue