summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2024-09-30 15:59:21 +0200
committermayx <mayx@outlook.com>2024-09-30 15:59:21 +0200
commit9b9efd0f601b037f9fd0e90b969db9e2140d4a90 (patch)
tree648841accd00cd9c7d95b2b898a135cadb78e022 /_layouts/default.html
parent07a3d1835078730be5c6223a555c7c83c9306958 (diff)
Update 3 files
- /js/main.js - /_layouts/default.html - /_layouts/post.html
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);
});