From 099fcabec788667764b7429f08bcc9de7292fbd3 Mon Sep 17 00:00:00 2001 From: Albert Hornos Vidal Date: Mon, 15 May 2023 13:48:36 +0200 Subject: [PATCH] fix: #42 fix search_data 404 --- docs/search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/search.html b/docs/search.html index b06e38e..d67cfbc 100755 --- a/docs/search.html +++ b/docs/search.html @@ -64,7 +64,7 @@

Search Results

this.field('author'); this.field('content'); }); - $.getJSON('/search_data.json').then(function(search_data) { + $.getJSON('search_data.json').then(function(search_data) { var idx = lunr(function() { this.field('id'); this.field('title', { boost: 10 });