Merge pull request #439 from westlywright/master

algoia -> algolia
This commit is contained in:
Westly Wright
2018-07-10 15:25:43 -07:00
committed by GitHub

View File

@@ -89,5 +89,5 @@ nodes.forEach(node => {
const merged = [...newParagraphs, ...newNodes];
fs.writeFileSync('public/final.algoia.json', JSON.stringify(merged));
fs.writeFileSync('public/final.algolia.json', JSON.stringify(merged));
process.exit(0);