fix: make search work again (#9530)

Merge pull request 9530
This commit is contained in:
Matt Rogers 2024-01-17 00:58:28 -06:00 committed by GitHub
parent b38b7a1479
commit 8f2b53172f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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>