force add entry route

This commit is contained in:
AllenFang 2018-01-14 15:07:01 +08:00
parent dc642e843a
commit 8b58a57ad2
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ class Footer extends React.Component {
</div>
<div>
<h5>More</h5>
<a href={this.props.config.baseUrl + 'blog'}>Blog</a>
<a href={this.props.config.baseUrl + 'blog/index.html'}>Blog</a>
<a href="https://github.com/react-bootstrap-table/react-bootstrap-table2">GitHub</a>
<a
className="github-button"

View File

@ -26,7 +26,7 @@ class Help extends React.Component {
title: 'Join the community',
},
{
content: '<a href="../blog" target="_blank">Find out</a> what\'s new with this project',
content: '<a href="../blog/index.html" target="_blank">Find out</a> what\'s new with this project',
title: 'Stay up to date',
},
];