Chore: update id and key for algolia (#11783)

This commit is contained in:
杨奕
2018-06-28 16:09:55 +08:00
committed by GitHub
parent 4c40128b8a
commit ca567cc752
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ const algoliasearch = require('algoliasearch');
const slugify = require('transliteration').slugify;
const key = require('./algolia-key');
const client = algoliasearch('9NLTR1QH8B', key);
const client = algoliasearch('4C63BTGP6S', key);
const langs = {
'zh-CN': 'element-zh',
'en-US': 'element-en',