Skip to content
Snippets Groups Projects
Commit 011b216e authored by Andrey Azov's avatar Andrey Azov
Browse files

Update search index name

parent 22be1648
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ const getArticleFromDB = require('../scripts/get-from-database/getArticle');
const config = require('../config');
const articlesIndexPath = process.env.DEPLOYMENT === 'NOW'
? 'build/indices/articlesIndexName.json'
? 'build/indices/articlesIndex.json'
: config.articlesIndexPath;
const articlesIndex = require(articlesIndexPath);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment