I’m getting this JavaScript error:
search.js:13 Error fetching JSON: Error: HTTP error! status: 404
at fetchAndParseJSON (search.js:5:13)
on Introduction | Datomic pages.
It seems it’s caused by the search index JSON file missing:
async function fetchAndParseJSON() {
try {
const response = await fetch('/minisearch/msearch-index.json');
Can someone look into restoring this facility, please?