summary refs log tree commit diff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index ff80871..509ef6a 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -31,7 +31,7 @@
     var searchData = JSON.parse(localStorage.getItem(lastUpdated));
     if (!searchData) {
       localStorage.clear();
-      $.getJSON("search.json", function (data) {
+      $.getJSON("/search.json", function (data) {
           localStorage.setItem(lastUpdated, JSON.stringify(data));
           callback(data);
       });