Skip to content

Commit

Permalink
fix(SearchResults): add missing / (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored and lionelB committed Oct 23, 2018
1 parent 704f954 commit ede82c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ const ResultItem = withRouter(({ _id, _source, highlight, router }) => {
<li className="search-results__item">
<Link
href={{
pathname: `${route}/${_source.slug}`,
pathname: `/${route}/${_source.slug}`,
hash: anchor,
query: { q: router.query.q, search: 0 }
}}

0 comments on commit ede82c8

Please sign in to comment.