Skip to content

Commit

Permalink
changed blog search to using blog index
Browse files Browse the repository at this point in the history
  • Loading branch information
trean committed Jan 9, 2024
1 parent 387ffcd commit 2e3ae6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qdrant-landing/themes/qdrant/layouts/partials/js.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}

if (/blog\/?$/.test(window.location?.pathname)) {
window.initQdrantSearch({searchApiUrl: 'https://search.qdrant.tech/api/search', section: "articles"}); <!-- todo: change to "blog" -->
window.initQdrantSearch({searchApiUrl: 'https://search.qdrant.tech/api/search', section: "blog"});
}
});
</script>
Expand Down

0 comments on commit 2e3ae6b

Please sign in to comment.