Skip to content

Commit 1a8a3c4

Browse files
author
altinnadmin
committed
bugfix search
1 parent 68cee8a commit 1a8a3c4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build-lunr-index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fs.readFile('./public/index.json', function (err, data) {
2121
}, this)
2222
});
2323

24-
fs.writeFile('./content/lunr-index.json',
24+
fs.writeFile('./static/lunr-index.json',
2525
JSON.stringify({
2626
index: idx,
2727
meta: store
File renamed without changes.

0 commit comments

Comments
 (0)