Skip to content

Commit 346310c

Browse files
committed
use new algolia credentails
1 parent fdf0316 commit 346310c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

themes/vue/layout/layout.ejs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@
129129
var match = window.location.pathname.match(/^\/(v\d+)/)
130130
var version = match ? match[1] : 'v2'
131131
docsearch({
132-
appId: 'BH4D9OD16A',
133-
apiKey: '85cc3221c9f23bfbaa4e3913dd7625ea',
134-
indexName: 'vuejs',
135-
inputSelector: selector,
136-
algoliaOptions: { facetFilters: ["version:" + version] },
137-
autocompleteOptions: { hint: false, appendTo: 'body'}
132+
appId: 'ML0LEBN7FQ',
133+
apiKey: 'f49cbd92a74532cc55cfbffa5e5a7d01',
134+
indexName: 'vuejs',
135+
inputSelector: selector,
136+
algoliaOptions: { facetFilters: ["version:" + version] },
137+
autocompleteOptions: { hint: false, appendTo: 'body'}
138138
})
139139
})
140140

0 commit comments

Comments
 (0)