Skip to content

Commit

Permalink
🚸 (docs) Open community search docs results in same tab
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Dec 5, 2023
1 parent b0d7039 commit 61f7f67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/docs/src/theme/SearchBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ function DocSearch() {
<script type="text/javascript">
{`window.Widget = window.Widget || {};
window.Widget = Object.assign({}, window.Widget, {
baseUrl: "https://widget.orbit.love/widget/24a80353-75fd-49bd-a928-53dff3f4c097"
baseUrl: "https://widget.orbit.love/widget/24a80353-75fd-49bd-a928-53dff3f4c097",
options: {
docResultsLinkTarget: "_top",
}
});`}
</script>
</Head>
Expand Down

0 comments on commit 61f7f67

Please sign in to comment.