mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 20:46:15 -04:00
Disable debug mode on algolia search dropdown
This commit is contained in:
parent
a75ccc27d4
commit
e918275b63
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
apiKey: '14275a785f6ebd31d162f9d2d8fc0125',
|
||||
indexName: 'caddyserver',
|
||||
inputSelector: '#search',
|
||||
debug: true // Set debug to true if you want to inspect the dropdown
|
||||
debug: false // Set debug to true if you want to inspect the dropdown
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue