Skip to content

Commit

Permalink
fix: add link to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
tetunori committed Jun 1, 2020
1 parent a92d07a commit 22985fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ function useSearchQuery() {
});
},
navigateToSearchPage: (searchValue) => {
// Refer to https://github.com/facebook/docusaurus/pull/2838
history.push(`${baseUrl}search?q=${searchValue}`);
},
};
Expand Down

0 comments on commit 22985fb

Please sign in to comment.