Skip to content

Commit 0677fba

Browse files
committed
Moved search cache.
1 parent cf6787b commit 0677fba

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

_includes/search-loader.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SimpleJekyllSearch({
2323
searchInput: document.getElementById('search-input'),
2424
resultsContainer: document.getElementById('search-results'),
25-
json: '{{ site.baseurl }}/search.json',
25+
json: '{{ site.baseurl }}/assets/data/search.json',
2626
searchResultTemplate: '{{ result_elem }}',
2727
noResultsText: '{{ not_found }}'
2828
});
File renamed without changes.

0 commit comments

Comments
 (0)