Disable debug mode on algolia search dropdown

This commit is contained in:
Matthew Holt 2020-03-26 13:00:57 -06:00
parent a75ccc27d4
commit e918275b63
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5

View file

@ -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
});
});