chore(docs): update algolia api key (#1679)

This commit is contained in:
Sébastien Chopin 2021-11-04 08:13:47 +01:00 committed by GitHub
parent 89b1ea5385
commit 35b7362d9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,8 @@ export default {
template: 'docs',
twitter: 'nuxt_js',
algolia: {
appId: 'BH4D9OD16A',
container: '#docsearch',
apiKey: 'ff80fbf046ce827f64f06e16f82f1401',
appId: '1V8G7N9GF0',
apiKey: '60a01900a4b726d667eab75b6f337592',
indexName: 'nuxtjs',
facetFilters: ['tags:v3']
},