cleaning up
This commit is contained in:
@@ -66,7 +66,7 @@ function buildIndex() {
|
||||
|
||||
async function initSearch() {
|
||||
try {
|
||||
const response = await fetch("/test.json");
|
||||
const response = await fetch("/search-index.json");
|
||||
const json = await response.json();
|
||||
|
||||
extractDocuments(json);
|
||||
|
||||
Reference in New Issue
Block a user