We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6787b commit 0677fbaCopy full SHA for 0677fba
_includes/search-loader.html
@@ -22,7 +22,7 @@
22
SimpleJekyllSearch({
23
searchInput: document.getElementById('search-input'),
24
resultsContainer: document.getElementById('search-results'),
25
- json: '{{ site.baseurl }}/search.json',
+ json: '{{ site.baseurl }}/assets/data/search.json',
26
searchResultTemplate: '{{ result_elem }}',
27
noResultsText: '{{ not_found }}'
28
});
search.json assets/data/search.jsonsearch.json renamed to assets/data/search.json
0 commit comments