mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 09:47:48 +02:00
fix(v1): update blog href value to match navbar href (#2204)
This commit is contained in:
parent
8c146f294e
commit
e4eb9194fa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue