diff --git a/_includes/search-loader.html b/_includes/search-loader.html index cfa9133..3b21b8b 100644 --- a/_includes/search-loader.html +++ b/_includes/search-loader.html @@ -22,7 +22,7 @@ SimpleJekyllSearch({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('search-results'), - json: '{{ site.baseurl }}/search.json', + json: '{{ site.baseurl }}/assets/data/search.json', searchResultTemplate: '{{ result_elem }}', noResultsText: '{{ not_found }}' }); diff --git a/search.json b/assets/data/search.json similarity index 100% rename from search.json rename to assets/data/search.json