From 0ee5573985b7c88f92d1a18094bc56523e4c9bfa Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 31 Aug 2017 10:35:42 +0800 Subject: fix docsearch --- config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.js') diff --git a/config.js b/config.js index b96c209b..905a28a3 100644 --- a/config.js +++ b/config.js @@ -69,7 +69,8 @@ docute.init({ docsearch({ apiKey: 'fbba61eefc60a833d8caf1fa72bd8ef8', indexName: 'xmake', - tags: ['en', 'zh'] + tags: ['en', 'zh'], + url: 'http://xmake.io' }) ] }) -- cgit v1.2.3