cleaning up

This commit is contained in:
gitea-actions
2026-07-08 21:50:06 +01:00
parent a980d6393e
commit 832eb1a913
12 changed files with 11 additions and 707 deletions

View File

@@ -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);