Skip to content

Commit

Permalink
site: fix search
Browse files Browse the repository at this point in the history
  • Loading branch information
benjycui committed Aug 3, 2016
1 parent dfc2672 commit b0f28a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/theme/template/Layout/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default class Header extends React.Component {
}

handleSearch = (value) => {
this.context.router.push({ pathname: value });
this.context.router.push({ pathname: `${value}/` });
}

handleSelectFilter = (value, option) => {
Expand Down

0 comments on commit b0f28a2

Please sign in to comment.