diff --git a/themes/vue/layout/layout.ejs b/themes/vue/layout/layout.ejs
index 49a7e74923..7e1d751ba4 100644
--- a/themes/vue/layout/layout.ejs
+++ b/themes/vue/layout/layout.ejs
@@ -8,7 +8,7 @@
-
+
+
<% } else { %>
diff --git a/themes/vue/source/js/common.js b/themes/vue/source/js/common.js
index 0fc4601f1e..009de0e1c0 100644
--- a/themes/vue/source/js/common.js
+++ b/themes/vue/source/js/common.js
@@ -8,7 +8,7 @@
}
/**
- * Swiftype search box
+ * Algolia search box
*/
function initSearch () {
@@ -18,10 +18,10 @@
].forEach(function (selector) {
if (!document.querySelector(selector)) return
docsearch({
- appId: 'BH4D9OD16A',
- apiKey: '85cc3221c9f23bfbaa4e3913dd7625ea',
- indexName: 'vuejs',
- inputSelector: selector
+ apiKey: '4241f13146a917bb9c1cc70cabd41815',
+ indexName: 'vuejs_1',
+ inputSelector: selector,
+ debug: false // set debug to true if you want to inspect the dropdown
})
})
}