Skip to content

Commit

Permalink
fix: make search work again (#9530)
Browse files Browse the repository at this point in the history
Merge pull request 9530
  • Loading branch information
mattr- committed Jan 17, 2024
1 parent b38b7a1 commit 8f2b531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_includes/search/script.html
@@ -1,9 +1,9 @@
<script src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
<script> docsearch({
apiKey: '50fe39c839958dfad797000f33e2ec17',
indexName: 'jekyllrb',
inputSelector: '#docsearch-input',
enhancedSearchInput: true,
debug: false
debug: false // Set debug to true if you want to inspect the dropdown
});
</script>

0 comments on commit 8f2b531

Please sign in to comment.